Html Css Color HEX #C07978 Contessa

📋 copy color: '#C07978'

red 192 ◦ green 121 ◦ blue 120

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

Shades of Contessa #C07978

Tints of Contessa #C07978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.71%

R = 44.34%
G = 27.94%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C07978 (or 0xC07978) is known color: Contessa. HEX triplet: C0, 79 and 78. RGB value is (192,121,120). Sum of RGB (Red+Green+Blue) = 192+121+120=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 120 (47.27% from 255 or 27.71% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C07978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07978 is #3F8687. Grayscale: #8E8E8E. Windows color (decimal): -4163208 or 7895488. OLE color: 7895488.

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

Color convert

RGB 192 121 120 -
CMYK 0 0.37 0.38 0.25
HSL 0.83º 0.36% 0.61% -
HSV(B) 0.83º 0.38% 0.75% -
XYZ 31.97 26.24 21.15 -
YUV 142.12 115.52 163.58 -
System Red Green Blue C M Y K H S L
Decimal 192 121 120 0 0.37 0.38 0.25 0.83 0.36 0.61
Hex C0 79 78 0 25 26 19 1 24 3D
Octal 300 171 170 0 45 46 31 1 44 75
Binary 11000000 1111001 1111000 0 100101 100110 11001 1 100100 111101

Color Harmonies of #C07978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07978

Black with #C07978

Text Example


Text Example

White with #C07978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07978; }

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

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

background-color css

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

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

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

border-color css

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

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

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