#CC4623

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

Shades of Trinidad #CC4623

Tints of Trinidad #CC4623

Color information

#CC4623 (or 0xCC4623) is unknown color: approx Trinidad. HEX triplet: CC, 46 and 23. RGB value is (204,70,35). Sum of RGB (Red+Green+Blue) = 204+70+35=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4623 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4623 is #33B9DC. Grayscale: #6A6A6A. Windows color (decimal): -3389917 or 2311884. OLE color: 2311884.

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

Color convert

RGB2047035-
CMYK00.660.830.2
HSL12.43º70.71%46.86%-
HSV(B)12.43º82.84%80%-
XYZ27.417.343.49-
YUV106.0887.89197.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 66.02%
GREEN value IS 70 (27.73% from 255) = 22.65%
BLUE value IS 35 (14.06% from 255) = 11.33%
R=66.02%
G=22.65%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.83
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204703500.660.830.212.4370.7146.86
HexCC46230425314c472f
Octal314106430102123241410757
Binary1100110010001101000110100001010100111010011001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4623; }

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

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

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

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

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

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

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

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