#C95220

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

Shades of Trinidad #C95220

Tints of Trinidad #C95220

Color information

#C95220 (or 0xC95220) is unknown color: approx Trinidad. HEX triplet: C9, 52 and 20. RGB value is (201,82,32). Sum of RGB (Red+Green+Blue) = 201+82+32=315 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.81% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 201 - color contains mainly: red. Hex color #C95220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95220 is #36ADDF. Grayscale: #707070. Windows color (decimal): -3583456 or 2118345. OLE color: 2118345.

HSL color Cylindrical-coordinate representation of color #C95220: hue angle of 17.75º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C95220 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB2018232-
CMYK00.590.840.21
HSL17.75º72.53%45.69%-
HSV(B)17.75º84.08%78.82%-
XYZ27.3718.563.51-
YUV111.8882.92191.57-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 63.81%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 32 (12.89% from 255) = 10.16%
R=63.81%
G=26.03%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201823200.590.840.2117.7572.5345.69
HexC9522003B541512492e
Octal31112240073124252211156
Binary1100100110100101000000111011101010010101100101001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95220; }

 p { color: rgb(201,82,32); }

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

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

 a { background-color: rgb(201,82,32); }

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

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

 span { border-color: rgb(201,82,32); }

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