Html Css Color HEX #CC5239 Trinidad

📋 copy color: '#CC5239'

red 204 ◦ green 82 ◦ blue 57

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

Shades of Trinidad #CC5239

Tints of Trinidad #CC5239

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.91%

 BLUE value IS 57 (22.66% from 255) = 16.62%

R = 59.48%
G = 23.91%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC5239 (or 0xCC5239) is known color: Trinidad. HEX triplet: CC, 52 and 39. RGB value is (204,82,57). Sum of RGB (Red+Green+Blue) = 204+82+57=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 57 (22.66% from 255 or 16.62% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5239 is #33ADC6. Grayscale: #737373. Windows color (decimal): -3386823 or 3756748. OLE color: 3756748.

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

Color convert

RGB 204 82 57 -
CMYK 0 0.60 0.72 0.2
HSL 10.2º 0.59% 0.51% -
HSV(B) 10.2º 0.72% 0.8% -
XYZ 28.66 19.17 6.06 -
YUV 115.63 94.92 191.03 -
System Red Green Blue C M Y K H S L
Decimal 204 82 57 0 0.60 0.72 0.2 10.2 0.59 0.51
Hex CC 52 39 0 3C 48 14 A 3B 33
Octal 314 122 71 0 74 110 24 12 73 63
Binary 11001100 1010010 111001 0 111100 1001000 10100 1010 111011 110011

Color Harmonies of #CC5239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5239

Black with #CC5239

Text Example


Text Example

White with #CC5239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5239; }

 p { color: rgb(204,82,57); }

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

background-color css

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

 a { background-color: rgb(204,82,57); }

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

border-color css

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

 span { border-color: rgb(204,82,57); }

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