Html Css Color HEX #CC5422 Trinidad

📋 copy color: '#CC5422'

red 204 ◦ green 84 ◦ blue 34

#CC5422
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trinidad #CC5422

Tints of Trinidad #CC5422

RGB

 RED value IS 204 (80.08% from 255) = 63.35%

 GREEN value IS 84 (33.2% 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 value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC5422 (or 0xCC5422) is known color: 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

RGB 204 84 34 -
CMYK 0 0.59 0.83 0.2
HSL 17.65º 0.71% 0.47% -
HSV(B) 17.65º 0.83% 0.8% -
XYZ 28.36 19.29 3.74 -
YUV 114.18 82.76 192.07 -
System Red Green Blue C M Y K H S L
Decimal 204 84 34 0 0.59 0.83 0.2 17.65 0.71 0.47
Hex CC 54 22 0 3B 53 14 12 47 2F
Octal 314 124 42 0 73 123 24 22 107 57
Binary 11001100 1010100 100010 0 111011 1010011 10100 10010 1000111 101111

Color Harmonies of #CC5422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5422

Black with #CC5422

Text Example


Text Example

White with #CC5422

Text Example


Text Example

HTML Codes & Css Web 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>