#CC4025

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

Shades of Trinidad #CC4025

Tints of Trinidad #CC4025

Color information

#CC4025 (or 0xCC4025) is unknown color: approx Trinidad. HEX triplet: CC, 40 and 25. RGB value is (204,64,37). Sum of RGB (Red+Green+Blue) = 204+64+37=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4025 is #33BFDA. Grayscale: #676767. Windows color (decimal): -3391451 or 2441420. OLE color: 2441420.

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

Color convert

RGB2046437-
CMYK00.690.820.2
HSL9.7º69.29%47.25%-
HSV(B)9.7º81.86%80%-
XYZ27.0716.643.53-
YUV102.7890.88200.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 66.89%
GREEN value IS 64 (25.39% from 255) = 20.98%
BLUE value IS 37 (14.84% from 255) = 12.13%
R=66.89%
G=20.98%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.82
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204643700.690.820.29.769.2947.25
HexCC40250455214a452f
Octal314100450105122241210557
Binary1100110010000001001010100010110100101010010101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4025; }

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

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

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

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

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

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

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

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