Html Css Color HEX #C8706E Contessa

📋 copy color: '#C8706E'

red 200 ◦ green 112 ◦ blue 110

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

Shades of Contessa #C8706E

Tints of Contessa #C8706E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.54%

 BLUE value IS 110 (43.36% from 255) = 26.07%

R = 47.39%
G = 26.54%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C8706E (or 0xC8706E) is known color: Contessa. HEX triplet: C8, 70 and 6E. RGB value is (200,112,110). Sum of RGB (Red+Green+Blue) = 200+112+110=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C8706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8706E is #378F91. Grayscale: #8A8A8A. Windows color (decimal): -3641234 or 7237832. OLE color: 7237832.

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

Color convert

RGB 200 112 110 -
CMYK 0 0.44 0.45 0.22
HSL 1.33º 0.45% 0.61% -
HSV(B) 1.33º 0.45% 0.78% -
XYZ 32.43 24.99 17.87 -
YUV 138.08 112.15 172.16 -
System Red Green Blue C M Y K H S L
Decimal 200 112 110 0 0.44 0.45 0.22 1.33 0.45 0.61
Hex C8 70 6E 0 2C 2D 16 1 2D 3D
Octal 310 160 156 0 54 55 26 1 55 75
Binary 11001000 1110000 1101110 0 101100 101101 10110 1 101101 111101

Color Harmonies of #C8706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8706E

Black with #C8706E

Text Example


Text Example

White with #C8706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8706E; }

 p { color: rgb(200,112,110); }

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

background-color css

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

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

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

border-color css

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

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

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