#CC5422

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

Shades of Trinidad #CC5422

Tints of Trinidad #CC5422

Color information

#CC5422 (or 0xCC5422) is unknown color: approx Trinidad. HEX triplet: CC, 54 and 22. RGB value is (204,84,34). Sum of RGB (Red+Green+Blue) = 204+84+34=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5422 is #33ABDD. Grayscale: #727272. Windows color (decimal): -3386334 or 2249932. OLE color: 2249932.

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

Color convert

RGB2048434-
CMYK00.590.830.2
HSL17.65º71.43%46.67%-
HSV(B)17.65º83.33%80%-
XYZ28.3619.293.74-
YUV114.1882.76192.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 63.35%
GREEN value IS 84 (33.20% from 255) = 26.09%
BLUE value IS 34 (13.67% from 255) = 10.56%
R=63.35%
G=26.09%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.83
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204843400.590.830.217.6571.4346.67
HexCC542203B531412472f
Octal31412442073123242210757
Binary1100110010101001000100111011101001110100100101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5422; }

 p { color: rgb(204,84,34); }

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

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

 a { background-color: rgb(204,84,34); }

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

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

 span { border-color: rgb(204,84,34); }

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