#CC531F

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

Shades of Trinidad #CC531F

Tints of Trinidad #CC531F

Color information

#CC531F (or 0xCC531F) is unknown color: approx Trinidad. HEX triplet: CC, 53 and 1F. RGB value is (204,83,31). Sum of RGB (Red+Green+Blue) = 204+83+31=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 31 (12.5% from 255 or 9.75% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC531F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC531F is #33ACE0. Grayscale: #717171. Windows color (decimal): -3386593 or 2053068. OLE color: 2053068.

HSL color Cylindrical-coordinate representation of color #CC531F: hue angle of 18.03º 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 #CC531F is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB2048331-
CMYK00.590.850.2
HSL18.03º73.62%46.08%-
HSV(B)18.03º84.8%80%-
XYZ28.2419.123.5-
YUV113.2581.59192.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 64.15%
GREEN value IS 83 (32.81% from 255) = 26.10%
BLUE value IS 31 (12.5% from 255) = 9.75%
R=64.15%
G=26.10%
B=9.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.85
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204833100.590.850.218.0373.6246.08
HexCC531F03B5514124a2e
Octal31412337073125242211256
Binary110011001010011111110111011101010110100100101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC531F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC531F; }

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

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

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

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

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

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

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

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