Html Css Color HEX #C76E6E Contessa

📋 copy color: '#C76E6E'

red 199 ◦ green 110 ◦ blue 110

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

Shades of Contessa #C76E6E

Tints of Contessa #C76E6E

RGB

 RED value IS 199 (78.13% from 255) = 47.49%

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

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

R = 47.49%
G = 26.25%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C76E6E (or 0xC76E6E) is known color: Contessa. HEX triplet: C7, 6E and 6E. RGB value is (199,110,110). Sum of RGB (Red+Green+Blue) = 199+110+110=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76E6E is #389191. Grayscale: #888888. Windows color (decimal): -3707282 or 7237319. OLE color: 7237319.

HSL color Cylindrical-coordinate representation of color #C76E6E: hue angle of 0º degrees, saturation: 0.44, 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 #C76E6E is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 110 110 -
CMYK 0 0.45 0.45 0.22
HSL 0.44% 0.61% -
HSV(B) 0.45% 0.78% -
XYZ 31.94 24.42 17.78 -
YUV 136.61 112.99 172.5 -
System Red Green Blue C M Y K H S L
Decimal 199 110 110 0 0.45 0.45 0.22 0 0.44 0.61
Hex C7 6E 6E 0 2D 2D 16 0 2C 3D
Octal 307 156 156 0 55 55 26 0 54 75
Binary 11000111 1101110 1101110 0 101101 101101 10110 0 101100 111101

Color Harmonies of #C76E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76E6E

Black with #C76E6E

Text Example


Text Example

White with #C76E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76E6E; }

 p { color: rgb(199,110,110); }

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

background-color css

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

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

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

border-color css

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

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

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