Html Css Color HEX #C86666 Contessa

📋 copy color: '#C86666'

red 200 ◦ green 102 ◦ blue 102

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

Shades of Contessa #C86666

Tints of Contessa #C86666

RGB

 RED value IS 200 (78.52% from 255) = 49.5%

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

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

R = 49.5%
G = 25.25%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C86666 (or 0xC86666) is known color: Contessa. HEX triplet: C8, 66 and 66. RGB value is (200,102,102). Sum of RGB (Red+Green+Blue) = 200+102+102=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C86666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86666 is #379999. Grayscale: #838383. Windows color (decimal): -3643802 or 6710984. OLE color: 6710984.

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

Color convert

RGB 200 102 102 -
CMYK 0 0.49 0.49 0.22
HSL 0.47% 0.59% -
HSV(B) 0.49% 0.78% -
XYZ 30.97 22.74 15.33 -
YUV 131.3 111.47 177 -
System Red Green Blue C M Y K H S L
Decimal 200 102 102 0 0.49 0.49 0.22 0 0.47 0.59
Hex C8 66 66 0 31 31 16 0 2F 3B
Octal 310 146 146 0 61 61 26 0 57 73
Binary 11001000 1100110 1100110 0 110001 110001 10110 0 101111 111011

Color Harmonies of #C86666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86666

Black with #C86666

Text Example


Text Example

White with #C86666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86666; }

 p { color: rgb(200,102,102); }

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

background-color css

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

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

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

border-color css

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

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

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