Html Css Color HEX #CC6036 Ecstasy

📋 copy color: '#CC6036'

red 204 ◦ green 96 ◦ blue 54

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

Shades of Ecstasy #CC6036

Tints of Ecstasy #CC6036

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.12%

 BLUE value IS 54 (21.48% from 255) = 15.25%

R = 57.63%
G = 27.12%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC6036 (or 0xCC6036) is known color: Ecstasy. HEX triplet: CC, 60 and 36. RGB value is (204,96,54). Sum of RGB (Red+Green+Blue) = 204+96+54=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 54 (21.48% from 255 or 15.25% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6036 is #339FC9. Grayscale: #7B7B7B. Windows color (decimal): -3383242 or 3563724. OLE color: 3563724.

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

Color convert

RGB 204 96 54 -
CMYK 0 0.53 0.74 0.2
HSL 16.8º 0.6% 0.51% -
HSV(B) 16.8º 0.74% 0.8% -
XYZ 29.75 21.47 6.07 -
YUV 123.5 88.78 185.42 -
System Red Green Blue C M Y K H S L
Decimal 204 96 54 0 0.53 0.74 0.2 16.8 0.6 0.51
Hex CC 60 36 0 35 4A 14 11 3C 33
Octal 314 140 66 0 65 112 24 21 74 63
Binary 11001100 1100000 110110 0 110101 1001010 10100 10001 111100 110011

Color Harmonies of #CC6036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6036

Black with #CC6036

Text Example


Text Example

White with #CC6036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6036; }

 p { color: rgb(204,96,54); }

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

background-color css

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

 a { background-color: rgb(204,96,54); }

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

border-color css

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

 span { border-color: rgb(204,96,54); }

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