Html Css Color HEX #CC5324 Trinidad

📋 copy color: '#CC5324'

red 204 ◦ green 83 ◦ blue 36

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

Shades of Trinidad #CC5324

Tints of Trinidad #CC5324

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.7%

 BLUE value IS 36 (14.45% from 255) = 11.15%

R = 63.16%
G = 25.7%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC5324 (or 0xCC5324) is known color: Trinidad. HEX triplet: CC, 53 and 24. RGB value is (204,83,36). Sum of RGB (Red+Green+Blue) = 204+83+36=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 36 (14.45% from 255 or 11.15% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5324 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5324 is #33ACDB. Grayscale: #727272. Windows color (decimal): -3386588 or 2380748. OLE color: 2380748.

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

Color convert

RGB 204 83 36 -
CMYK 0 0.59 0.82 0.2
HSL 16.79º 0.7% 0.47% -
HSV(B) 16.79º 0.82% 0.8% -
XYZ 28.31 19.15 3.87 -
YUV 113.82 84.09 192.32 -
System Red Green Blue C M Y K H S L
Decimal 204 83 36 0 0.59 0.82 0.2 16.79 0.7 0.47
Hex CC 53 24 0 3B 52 14 11 46 2F
Octal 314 123 44 0 73 122 24 21 106 57
Binary 11001100 1010011 100100 0 111011 1010010 10100 10001 1000110 101111

Color Harmonies of #CC5324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5324

Black with #CC5324

Text Example


Text Example

White with #CC5324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5324; }

 p { color: rgb(204,83,36); }

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

background-color css

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

 a { background-color: rgb(204,83,36); }

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

border-color css

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

 span { border-color: rgb(204,83,36); }

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