#CC4029

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

Shades of Trinidad #CC4029

Tints of Trinidad #CC4029

Color information

#CC4029 (or 0xCC4029) is unknown color: approx Trinidad. HEX triplet: CC, 40 and 29. RGB value is (204,64,41). Sum of RGB (Red+Green+Blue) = 204+64+41=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4029 is #33BFD6. Grayscale: #676767. Windows color (decimal): -3391447 or 2703564. OLE color: 2703564.

HSL color Cylindrical-coordinate representation of color #CC4029: hue angle of 8.47º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC4029 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB2046441-
CMYK00.690.800.2
HSL8.47º66.53%48.04%-
HSV(B)8.47º79.9%80%-
XYZ27.1416.663.88-
YUV103.2492.88199.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 66.02%
GREEN value IS 64 (25.39% from 255) = 20.71%
BLUE value IS 41 (16.41% from 255) = 13.27%
R=66.02%
G=20.71%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.80
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204644100.690.800.28.4766.5348.04
HexCC4029045501484330
Octal314100510105120241010360
Binary1100110010000001010010100010110100001010010001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4029; }

 p { color: rgb(204,64,41); }

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

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

 a { background-color: rgb(204,64,41); }

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

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

 span { border-color: rgb(204,64,41); }

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