Html Css Color HEX #CC6432 Ecstasy

📋 copy color: '#CC6432'

red 204 ◦ green 100 ◦ blue 50

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

Shades of Ecstasy #CC6432

Tints of Ecstasy #CC6432

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.25%

 BLUE value IS 50 (19.92% from 255) = 14.12%

R = 57.63%
G = 28.25%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC6432 (or 0xCC6432) is known color: Ecstasy. HEX triplet: CC, 64 and 32. RGB value is (204,100,50). Sum of RGB (Red+Green+Blue) = 204+100+50=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6432 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6432 is #339BCD. Grayscale: #7D7D7D. Windows color (decimal): -3382222 or 3302604. OLE color: 3302604.

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

Color convert

RGB 204 100 50 -
CMYK 0 0.51 0.75 0.2
HSL 19.48º 0.61% 0.5% -
HSV(B) 19.48º 0.75% 0.8% -
XYZ 30.03 22.18 5.72 -
YUV 125.4 85.46 184.07 -
System Red Green Blue C M Y K H S L
Decimal 204 100 50 0 0.51 0.75 0.2 19.48 0.61 0.5
Hex CC 64 32 0 33 4B 14 13 3D 32
Octal 314 144 62 0 63 113 24 23 75 62
Binary 11001100 1100100 110010 0 110011 1001011 10100 10011 111101 110010

Color Harmonies of #CC6432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6432

Black with #CC6432

Text Example


Text Example

White with #CC6432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6432; }

 p { color: rgb(204,100,50); }

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

background-color css

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

 a { background-color: rgb(204,100,50); }

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

border-color css

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

 span { border-color: rgb(204,100,50); }

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