#CC4825

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

Shades of Trinidad #CC4825

Tints of Trinidad #CC4825

Color information

#CC4825 (or 0xCC4825) is unknown color: approx Trinidad. HEX triplet: CC, 48 and 25. RGB value is (204,72,37). Sum of RGB (Red+Green+Blue) = 204+72+37=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4825 is #33B7DA. Grayscale: #6B6B6B. Windows color (decimal): -3389403 or 2443468. OLE color: 2443468.

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

Color convert

RGB2047237-
CMYK00.650.820.2
HSL12.57º69.29%47.25%-
HSV(B)12.57º81.86%80%-
XYZ27.5517.613.7-
YUV107.4888.23196.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 65.18%
GREEN value IS 72 (28.52% from 255) = 23.00%
BLUE value IS 37 (14.84% from 255) = 11.82%
R=65.18%
G=23.00%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.82
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204723700.650.820.212.5769.2947.25
HexCC48250415214d452f
Octal314110450101122241510557
Binary1100110010010001001010100000110100101010011011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4825; }

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

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

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

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

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

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

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

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