Html Css Color HEX #CC6433 Ecstasy

📋 copy color: '#CC6433'

red 204 ◦ green 100 ◦ blue 51

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

Shades of Ecstasy #CC6433

Tints of Ecstasy #CC6433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.37%

R = 57.46%
G = 28.17%
B = 14.37%

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

#CC6433 (or 0xCC6433) is known color: Ecstasy. HEX triplet: CC, 64 and 33. RGB value is (204,100,51). Sum of RGB (Red+Green+Blue) = 204+100+51=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6433 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6433 is #339BCC. Grayscale: #7D7D7D. Windows color (decimal): -3382221 or 3368140. OLE color: 3368140.

HSL color Cylindrical-coordinate representation of color #CC6433: hue angle of 19.22º degrees, saturation: 0.6, 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 #CC6433 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 100 51 -
CMYK 0 0.51 0.75 0.2
HSL 19.22º 0.6% 0.5% -
HSV(B) 19.22º 0.75% 0.8% -
XYZ 30.06 22.19 5.83 -
YUV 125.51 85.96 183.98 -
System Red Green Blue C M Y K H S L
Decimal 204 100 51 0 0.51 0.75 0.2 19.22 0.6 0.5
Hex CC 64 33 0 33 4B 14 13 3C 32
Octal 314 144 63 0 63 113 24 23 74 62
Binary 11001100 1100100 110011 0 110011 1001011 10100 10011 111100 110010

Color Harmonies of #CC6433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6433

Black with #CC6433

Text Example


Text Example

White with #CC6433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6433; }

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

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

background-color css

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

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

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

border-color css

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

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

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