Html Css Color HEX #C07A78 Contessa

📋 copy color: '#C07A78'

red 192 ◦ green 122 ◦ blue 120

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

Shades of Contessa #C07A78

Tints of Contessa #C07A78

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.11%

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

R = 44.24%
G = 28.11%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C07A78 (or 0xC07A78) is known color: Contessa. HEX triplet: C0, 7A and 78. RGB value is (192,122,120). Sum of RGB (Red+Green+Blue) = 192+122+120=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07A78 is #3F8587. Grayscale: #8E8E8E. Windows color (decimal): -4162952 or 7895744. OLE color: 7895744.

HSL color Cylindrical-coordinate representation of color #C07A78: hue angle of 1.67º 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 #C07A78 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 122 120 -
CMYK 0 0.36 0.38 0.25
HSL 1.67º 0.36% 0.61% -
HSV(B) 1.67º 0.38% 0.75% -
XYZ 32.09 26.48 21.19 -
YUV 142.7 115.19 163.16 -
System Red Green Blue C M Y K H S L
Decimal 192 122 120 0 0.36 0.38 0.25 1.67 0.36 0.61
Hex C0 7A 78 0 24 26 19 2 24 3D
Octal 300 172 170 0 44 46 31 2 44 75
Binary 11000000 1111010 1111000 0 100100 100110 11001 10 100100 111101

Color Harmonies of #C07A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07A78

Black with #C07A78

Text Example


Text Example

White with #C07A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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