Html Css Color HEX #C66E66 Contessa

📋 copy color: '#C66E66'

red 198 ◦ green 110 ◦ blue 102

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

Shades of Contessa #C66E66

Tints of Contessa #C66E66

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.83%

 BLUE value IS 102 (40.23% from 255) = 24.88%

R = 48.29%
G = 26.83%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C66E66 (or 0xC66E66) is known color: Contessa. HEX triplet: C6, 6E and 66. RGB value is (198,110,102). Sum of RGB (Red+Green+Blue) = 198+110+102=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C66E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66E66 is #399199. Grayscale: #878787. Windows color (decimal): -3772826 or 6713030. OLE color: 6713030.

HSL color Cylindrical-coordinate representation of color #C66E66: hue angle of 5º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C66E66 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 110 102 -
CMYK 0 0.44 0.48 0.22
HSL 0.46% 0.59% -
HSV(B) 0.48% 0.78% -
XYZ 31.26 24.12 15.58 -
YUV 135.4 109.15 172.65 -
System Red Green Blue C M Y K H S L
Decimal 198 110 102 0 0.44 0.48 0.22 5 0.46 0.59
Hex C6 6E 66 0 2C 30 16 5 2E 3B
Octal 306 156 146 0 54 60 26 5 56 73
Binary 11000110 1101110 1100110 0 101100 110000 10110 101 101110 111011

Color Harmonies of #C66E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66E66

Black with #C66E66

Text Example


Text Example

White with #C66E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66E66; }

 p { color: rgb(198,110,102); }

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

background-color css

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

 a { background-color: rgb(198,110,102); }

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

border-color css

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

 span { border-color: rgb(198,110,102); }

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