#c95133

Color #C95133 Trinidad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trinidad #C95133

Tints of Trinidad #C95133

Color information

#C95133 (or 0xC95133) is unknown color: approx Trinidad. HEX triplet: C9, 51 and 33. RGB value is (201,81,51). Sum of RGB (Red+Green+Blue) = 201+81+51=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C95133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95133 is #36AECC. Grayscale: #717171. Windows color (decimal): -3583693 or 3363273. OLE color: 3363273.

HSL color Cylindrical-coordinate representation of color #C95133: hue angle of 12º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C95133 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB2018151-
CMYK00.600.750.21
HSL12º59.52%49.41%-
HSV(B)12º74.63%78.82%-
XYZ27.6318.545.25-
YUV113.4692.76190.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 60.36%
GREEN value IS 81 (32.03% from 255) = 24.32%
BLUE value IS 51 (20.31% from 255) = 15.32%
R=60.36%
G=24.32%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201815100.600.750.211259.5249.41
HexC9513303C4B15c3c31
Octal3111216307411325147461
Binary11001001101000111001101111001001011101011100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c95133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c95133; }

 p { color: rgb(201,81,51); }

 H1.HeaderClassName
 {
   color: #c95133;
 }
 .AnyTagClassName
 {
   color: #c95133;
 }
</style>
background-color css

<style>
 a { background-color: #c95133; }

 a { background-color: rgb(201,81,51); }

 div.DivClassName
 {
   background-color: #c95133;
 }
 .BgClassName
 {
   background-color: #c95133;
 }
</style>
border-color css

<style>
 span { border-color: #c95133; }

 span { border-color: rgb(201,81,51); }

 td.TdClassName
 {
   border-color: #c95133;
 }
 .TagClassName
 {
   border-color: #c95133;
 }
</style>