Html Css Color HEX #C06642 Ecstasy

📋 copy color: '#C06642'

red 192 ◦ green 102 ◦ blue 66

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

Shades of Ecstasy #C06642

Tints of Ecstasy #C06642

RGB

 RED value IS 192 (75.39% from 255) = 53.33%

 GREEN value IS 102 (40.23% from 255) = 28.33%

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

R = 53.33%
G = 28.33%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C06642 (or 0xC06642) is known color: Ecstasy. HEX triplet: C0, 66 and 42. RGB value is (192,102,66). Sum of RGB (Red+Green+Blue) = 192+102+66=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C06642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06642 is #3F99BD. Grayscale: #7D7D7D. Windows color (decimal): -4168126 or 4351680. OLE color: 4351680.

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

Color convert

RGB 192 102 66 -
CMYK 0 0.47 0.66 0.25
HSL 17.14º 0.5% 0.51% -
HSV(B) 17.14º 0.66% 0.75% -
XYZ 27.47 21.1 7.78 -
YUV 124.81 94.82 175.93 -
System Red Green Blue C M Y K H S L
Decimal 192 102 66 0 0.47 0.66 0.25 17.14 0.5 0.51
Hex C0 66 42 0 2F 42 19 11 32 33
Octal 300 146 102 0 57 102 31 21 62 63
Binary 11000000 1100110 1000010 0 101111 1000010 11001 10001 110010 110011

Color Harmonies of #C06642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06642

Black with #C06642

Text Example


Text Example

White with #C06642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06642; }

 p { color: rgb(192,102,66); }

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

background-color css

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

 a { background-color: rgb(192,102,66); }

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

border-color css

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

 span { border-color: rgb(192,102,66); }

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