Html Css Color HEX #CC6438 Ecstasy

📋 copy color: '#CC6438'

red 204 ◦ green 100 ◦ blue 56

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

Shades of Ecstasy #CC6438

Tints of Ecstasy #CC6438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.56%

R = 56.67%
G = 27.78%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC6438 (or 0xCC6438) is known color: Ecstasy. HEX triplet: CC, 64 and 38. RGB value is (204,100,56). Sum of RGB (Red+Green+Blue) = 204+100+56=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 56 (22.27% from 255 or 15.56% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6438 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6438 is #339BC7. Grayscale: #7E7E7E. Windows color (decimal): -3382216 or 3695820. OLE color: 3695820.

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

Color convert

RGB 204 100 56 -
CMYK 0 0.51 0.73 0.2
HSL 17.84º 0.59% 0.51% -
HSV(B) 17.84º 0.73% 0.8% -
XYZ 30.17 22.24 6.44 -
YUV 126.08 88.46 183.58 -
System Red Green Blue C M Y K H S L
Decimal 204 100 56 0 0.51 0.73 0.2 17.84 0.59 0.51
Hex CC 64 38 0 33 49 14 12 3B 33
Octal 314 144 70 0 63 111 24 22 73 63
Binary 11001100 1100100 111000 0 110011 1001001 10100 10010 111011 110011

Color Harmonies of #CC6438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6438

Black with #CC6438

Text Example


Text Example

White with #CC6438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6438; }

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

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

background-color css

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

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

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

border-color css

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

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

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