Html Css Color HEX #C07972 Contessa

📋 copy color: '#C07972'

red 192 ◦ green 121 ◦ blue 114

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

Shades of Contessa #C07972

Tints of Contessa #C07972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.7%

R = 44.96%
G = 28.34%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C07972 (or 0xC07972) is known color: Contessa. HEX triplet: C0, 79 and 72. RGB value is (192,121,114). Sum of RGB (Red+Green+Blue) = 192+121+114=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C07972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07972 is #3F868D. Grayscale: #8D8D8D. Windows color (decimal): -4163214 or 7502272. OLE color: 7502272.

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

Color convert

RGB 192 121 114 -
CMYK 0 0.37 0.41 0.25
HSL 5.38º 0.38% 0.6% -
HSV(B) 5.38º 0.41% 0.75% -
XYZ 31.61 26.1 19.29 -
YUV 141.43 112.52 164.07 -
System Red Green Blue C M Y K H S L
Decimal 192 121 114 0 0.37 0.41 0.25 5.38 0.38 0.6
Hex C0 79 72 0 25 29 19 5 26 3C
Octal 300 171 162 0 45 51 31 5 46 74
Binary 11000000 1111001 1110010 0 100101 101001 11001 101 100110 111100

Color Harmonies of #C07972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07972

Black with #C07972

Text Example


Text Example

White with #C07972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07972; }

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

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

background-color css

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

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

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

border-color css

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

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

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