Html Css Color HEX #C07976 Contessa

📋 copy color: '#C07976'

red 192 ◦ green 121 ◦ blue 118

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

Shades of Contessa #C07976

Tints of Contessa #C07976

RGB

 RED value IS 192 (75.39% from 255) = 44.55%

 GREEN value IS 121 (47.66% from 255) = 28.07%

 BLUE value IS 118 (46.48% from 255) = 27.38%

R = 44.55%
G = 28.07%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C07976 (or 0xC07976) is known color: Contessa. HEX triplet: C0, 79 and 76. RGB value is (192,121,118). Sum of RGB (Red+Green+Blue) = 192+121+118=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C07976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07976 is #3F8689. Grayscale: #8D8D8D. Windows color (decimal): -4163210 or 7764416. OLE color: 7764416.

HSL color Cylindrical-coordinate representation of color #C07976: hue angle of 2.43º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C07976 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 121 118 -
CMYK 0 0.37 0.39 0.25
HSL 2.43º 0.37% 0.61% -
HSV(B) 2.43º 0.39% 0.75% -
XYZ 31.85 26.19 20.52 -
YUV 141.89 114.52 163.74 -
System Red Green Blue C M Y K H S L
Decimal 192 121 118 0 0.37 0.39 0.25 2.43 0.37 0.61
Hex C0 79 76 0 25 27 19 2 25 3D
Octal 300 171 166 0 45 47 31 2 45 75
Binary 11000000 1111001 1110110 0 100101 100111 11001 10 100101 111101

Color Harmonies of #C07976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07976

Black with #C07976

Text Example


Text Example

White with #C07976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07976; }

 p { color: rgb(192,121,118); }

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

background-color css

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

 a { background-color: rgb(192,121,118); }

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

border-color css

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

 span { border-color: rgb(192,121,118); }

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