#CC5421

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

Shades of Trinidad #CC5421

Tints of Trinidad #CC5421

Color information

#CC5421 (or 0xCC5421) is unknown color: approx Trinidad. HEX triplet: CC, 54 and 21. RGB value is (204,84,33). Sum of RGB (Red+Green+Blue) = 204+84+33=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5421 is #33ABDE. Grayscale: #727272. Windows color (decimal): -3386335 or 2184396. OLE color: 2184396.

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

Color convert

RGB2048433-
CMYK00.590.840.2
HSL17.89º72.15%46.47%-
HSV(B)17.89º83.82%80%-
XYZ28.3519.293.67-
YUV114.0782.26192.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 63.55%
GREEN value IS 84 (33.20% from 255) = 26.17%
BLUE value IS 33 (13.28% from 255) = 10.28%
R=63.55%
G=26.17%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204843300.590.840.217.8972.1546.47
HexCC542103B541412482e
Octal31412441073124242211056
Binary1100110010101001000010111011101010010100100101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5421; }

 p { color: rgb(204,84,33); }

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

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

 a { background-color: rgb(204,84,33); }

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

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

 span { border-color: rgb(204,84,33); }

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