Html Css Color HEX #C07970 Contessa

📋 copy color: '#C07970'

red 192 ◦ green 121 ◦ blue 112

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

Shades of Contessa #C07970

Tints of Contessa #C07970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.35%

R = 45.18%
G = 28.47%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C07970 (or 0xC07970) is known color: Contessa. HEX triplet: C0, 79 and 70. RGB value is (192,121,112). Sum of RGB (Red+Green+Blue) = 192+121+112=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C07970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07970 is #3F868F. Grayscale: #8D8D8D. Windows color (decimal): -4163216 or 7371200. OLE color: 7371200.

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

Color convert

RGB 192 121 112 -
CMYK 0 0.37 0.42 0.25
HSL 6.75º 0.39% 0.6% -
HSV(B) 6.75º 0.42% 0.75% -
XYZ 31.5 26.05 18.7 -
YUV 141.2 111.52 164.23 -
System Red Green Blue C M Y K H S L
Decimal 192 121 112 0 0.37 0.42 0.25 6.75 0.39 0.6
Hex C0 79 70 0 25 2A 19 7 27 3C
Octal 300 171 160 0 45 52 31 7 47 74
Binary 11000000 1111001 1110000 0 100101 101010 11001 111 100111 111100

Color Harmonies of #C07970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07970

Black with #C07970

Text Example


Text Example

White with #C07970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07970; }

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

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

background-color css

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

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

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

border-color css

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

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

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