Html Css Color HEX #C76F6F Contessa

📋 copy color: '#C76F6F'

red 199 ◦ green 111 ◦ blue 111

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

Shades of Contessa #C76F6F

Tints of Contessa #C76F6F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.37%

 BLUE value IS 111 (43.75% from 255) = 26.37%

R = 47.27%
G = 26.37%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C76F6F (or 0xC76F6F) is known color: Contessa. HEX triplet: C7, 6F and 6F. RGB value is (199,111,111). Sum of RGB (Red+Green+Blue) = 199+111+111=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76F6F is #389090. Grayscale: #898989. Windows color (decimal): -3707025 or 7303111. OLE color: 7303111.

HSL color Cylindrical-coordinate representation of color #C76F6F: 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.44%. Process color model (Four color, CMYK) of #C76F6F is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 111 111 -
CMYK 0 0.44 0.44 0.22
HSL 0.44% 0.61% -
HSV(B) 0.44% 0.78% -
XYZ 32.11 24.66 18.11 -
YUV 137.31 113.15 172 -
System Red Green Blue C M Y K H S L
Decimal 199 111 111 0 0.44 0.44 0.22 0 0.44 0.61
Hex C7 6F 6F 0 2C 2C 16 0 2C 3D
Octal 307 157 157 0 54 54 26 0 54 75
Binary 11000111 1101111 1101111 0 101100 101100 10110 0 101100 111101

Color Harmonies of #C76F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76F6F

Black with #C76F6F

Text Example


Text Example

White with #C76F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76F6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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