Html Css Color HEX #CC5535 Trinidad

📋 copy color: '#CC5535'

red 204 ◦ green 85 ◦ blue 53

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

Shades of Trinidad #CC5535

Tints of Trinidad #CC5535

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.85%

 BLUE value IS 53 (21.09% from 255) = 15.5%

R = 59.65%
G = 24.85%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC5535 (or 0xCC5535) is known color: Trinidad. HEX triplet: CC, 55 and 35. RGB value is (204,85,53). Sum of RGB (Red+Green+Blue) = 204+85+53=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5535 is #33AACA. Grayscale: #757575. Windows color (decimal): -3386059 or 3495372. OLE color: 3495372.

HSL color Cylindrical-coordinate representation of color #CC5535: hue angle of 12.72º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC5535 is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 85 53 -
CMYK 0 0.58 0.74 0.2
HSL 12.72º 0.6% 0.5% -
HSV(B) 12.72º 0.74% 0.8% -
XYZ 28.79 19.59 5.63 -
YUV 116.93 91.92 190.1 -
System Red Green Blue C M Y K H S L
Decimal 204 85 53 0 0.58 0.74 0.2 12.72 0.6 0.5
Hex CC 55 35 0 3A 4A 14 D 3C 32
Octal 314 125 65 0 72 112 24 15 74 62
Binary 11001100 1010101 110101 0 111010 1001010 10100 1101 111100 110010

Color Harmonies of #CC5535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5535

Black with #CC5535

Text Example


Text Example

White with #CC5535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5535; }

 p { color: rgb(204,85,53); }

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

background-color css

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

 a { background-color: rgb(204,85,53); }

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

border-color css

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

 span { border-color: rgb(204,85,53); }

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