Html Css Color HEX #C66542 Ecstasy

📋 copy color: '#C66542'

red 198 ◦ green 101 ◦ blue 66

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

Shades of Ecstasy #C66542

Tints of Ecstasy #C66542

RGB

 RED value IS 198 (77.73% from 255) = 54.25%

 GREEN value IS 101 (39.84% from 255) = 27.67%

 BLUE value IS 66 (26.17% from 255) = 18.08%

R = 54.25%
G = 27.67%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C66542 (or 0xC66542) is known color: Ecstasy. HEX triplet: C6, 65 and 42. RGB value is (198,101,66). Sum of RGB (Red+Green+Blue) = 198+101+66=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C66542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66542 is #399ABD. Grayscale: #7E7E7E. Windows color (decimal): -3775166 or 4351430. OLE color: 4351430.

HSL color Cylindrical-coordinate representation of color #C66542: hue angle of 15.91º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C66542 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 101 66 -
CMYK 0 0.49 0.67 0.22
HSL 15.91º 0.54% 0.52% -
HSV(B) 15.91º 0.67% 0.78% -
XYZ 28.93 21.71 7.82 -
YUV 126.01 94.14 179.35 -
System Red Green Blue C M Y K H S L
Decimal 198 101 66 0 0.49 0.67 0.22 15.91 0.54 0.52
Hex C6 65 42 0 31 43 16 10 36 34
Octal 306 145 102 0 61 103 26 20 66 64
Binary 11000110 1100101 1000010 0 110001 1000011 10110 10000 110110 110100

Color Harmonies of #C66542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66542

Black with #C66542

Text Example


Text Example

White with #C66542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66542; }

 p { color: rgb(198,101,66); }

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

background-color css

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

 a { background-color: rgb(198,101,66); }

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

border-color css

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

 span { border-color: rgb(198,101,66); }

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