#CC4635

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

Shades of Trinidad #CC4635

Tints of Trinidad #CC4635

Color information

#CC4635 (or 0xCC4635) is unknown color: approx Trinidad. HEX triplet: CC, 46 and 35. RGB value is (204,70,53). Sum of RGB (Red+Green+Blue) = 204+70+53=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 53 (21.09% from 255 or 16.21% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4635 is #33B9CA. Grayscale: #6C6C6C. Windows color (decimal): -3389899 or 3491532. OLE color: 3491532.

HSL color Cylindrical-coordinate representation of color #CC4635: hue angle of 6.75º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC4635 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB2047053-
CMYK00.660.740.2
HSL6.75º59.68%50.39%-
HSV(B)6.75º74.02%80%-
XYZ27.7317.475.28-
YUV108.1396.89196.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.39%
GREEN value IS 70 (27.73% from 255) = 21.41%
BLUE value IS 53 (21.09% from 255) = 16.21%
R=62.39%
G=21.41%
B=16.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204705300.660.740.26.7559.6850.39
HexCC46350424A1473c32
Octal3141066501021122477462
Binary11001100100011011010101000010100101010100111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4635; }

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

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

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

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

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

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

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

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