#CC521F

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

Shades of Trinidad #CC521F

Tints of Trinidad #CC521F

Color information

#CC521F (or 0xCC521F) is unknown color: approx Trinidad. HEX triplet: CC, 52 and 1F. RGB value is (204,82,31). Sum of RGB (Red+Green+Blue) = 204+82+31=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC521F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC521F is #33ADE0. Grayscale: #707070. Windows color (decimal): -3386849 or 2052812. OLE color: 2052812.

HSL color Cylindrical-coordinate representation of color #CC521F: hue angle of 17.69º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC521F is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB2048231-
CMYK00.600.850.2
HSL17.69º73.62%46.08%-
HSV(B)17.69º84.8%80%-
XYZ28.1718.973.47-
YUV112.6681.92193.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 64.35%
GREEN value IS 82 (32.42% from 255) = 25.87%
BLUE value IS 31 (12.5% from 255) = 9.78%
R=64.35%
G=25.87%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.85
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204823100.600.850.217.6973.6246.08
HexCC521F03C5514124a2e
Octal31412237074125242211256
Binary110011001010010111110111100101010110100100101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC521F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC521F; }

 p { color: rgb(204,82,31); }

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

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

 a { background-color: rgb(204,82,31); }

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

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

 span { border-color: rgb(204,82,31); }

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