Html Css Color HEX #CC5423 Trinidad

📋 copy color: '#CC5423'

red 204 ◦ green 84 ◦ blue 35

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

Shades of Trinidad #CC5423

Tints of Trinidad #CC5423

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.01%

 BLUE value IS 35 (14.06% from 255) = 10.84%

R = 63.16%
G = 26.01%
B = 10.84%

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

#CC5423 (or 0xCC5423) is known color: Trinidad. HEX triplet: CC, 54 and 23. RGB value is (204,84,35). Sum of RGB (Red+Green+Blue) = 204+84+35=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 35 (14.06% from 255 or 10.84% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5423 is #33ABDC. Grayscale: #727272. Windows color (decimal): -3386333 or 2315468. OLE color: 2315468.

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

Color convert

RGB 204 84 35 -
CMYK 0 0.59 0.83 0.2
HSL 17.4º 0.71% 0.47% -
HSV(B) 17.4º 0.83% 0.8% -
XYZ 28.38 19.3 3.82 -
YUV 114.29 83.26 191.98 -
System Red Green Blue C M Y K H S L
Decimal 204 84 35 0 0.59 0.83 0.2 17.4 0.71 0.47
Hex CC 54 23 0 3B 53 14 11 47 2F
Octal 314 124 43 0 73 123 24 21 107 57
Binary 11001100 1010100 100011 0 111011 1010011 10100 10001 1000111 101111

Color Harmonies of #CC5423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5423

Black with #CC5423

Text Example


Text Example

White with #CC5423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5423; }

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

 H1.HeaderClassName
 {
   color: #CC5423;
 }
 .AnyTagClassName
 {
   color: #CC5423;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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