Html Css Color HEX #CC5335 Trinidad

📋 copy color: '#CC5335'

red 204 ◦ green 83 ◦ blue 53

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

Shades of Trinidad #CC5335

Tints of Trinidad #CC5335

RGB

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

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

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

R = 60%
G = 24.41%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC5335 (or 0xCC5335) is known color: Trinidad. HEX triplet: CC, 53 and 35. RGB value is (204,83,53). Sum of RGB (Red+Green+Blue) = 204+83+53=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 53 (21.09% from 255 or 15.59% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5335 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5335 is #33ACCA. Grayscale: #737373. Windows color (decimal): -3386571 or 3494860. OLE color: 3494860.

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

Color convert

RGB 204 83 53 -
CMYK 0 0.59 0.74 0.2
HSL 11.92º 0.6% 0.5% -
HSV(B) 11.92º 0.74% 0.8% -
XYZ 28.64 19.28 5.58 -
YUV 115.76 92.59 190.94 -
System Red Green Blue C M Y K H S L
Decimal 204 83 53 0 0.59 0.74 0.2 11.92 0.6 0.5
Hex CC 53 35 0 3B 4A 14 C 3C 32
Octal 314 123 65 0 73 112 24 14 74 62
Binary 11001100 1010011 110101 0 111011 1001010 10100 1100 111100 110010

Color Harmonies of #CC5335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5335

Black with #CC5335

Text Example


Text Example

White with #CC5335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5335; }

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

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

background-color css

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

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

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

border-color css

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

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

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