#CC4625

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

Shades of Trinidad #CC4625

Tints of Trinidad #CC4625

Color information

#CC4625 (or 0xCC4625) is unknown color: approx Trinidad. HEX triplet: CC, 46 and 25. RGB value is (204,70,37). Sum of RGB (Red+Green+Blue) = 204+70+37=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4625 is #33B9DA. Grayscale: #6A6A6A. Windows color (decimal): -3389915 or 2442956. OLE color: 2442956.

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

Color convert

RGB2047037-
CMYK00.660.820.2
HSL11.86º69.29%47.25%-
HSV(B)11.86º81.86%80%-
XYZ27.4317.353.65-
YUV106.388.89197.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 65.59%
GREEN value IS 70 (27.73% from 255) = 22.51%
BLUE value IS 37 (14.84% from 255) = 11.90%
R=65.59%
G=22.51%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.82
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204703700.660.820.211.8669.2947.25
HexCC46250425214c452f
Octal314106450102122241410557
Binary1100110010001101001010100001010100101010011001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4625; }

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

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

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

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

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

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

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

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