Html Css Color HEX #C07971 Contessa

📋 copy color: '#C07971'

red 192 ◦ green 121 ◦ blue 113

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

Shades of Contessa #C07971

Tints of Contessa #C07971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.53%

R = 45.07%
G = 28.4%
B = 26.53%

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

#C07971 (or 0xC07971) is known color: Contessa. HEX triplet: C0, 79 and 71. RGB value is (192,121,113). Sum of RGB (Red+Green+Blue) = 192+121+113=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C07971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07971 is #3F868E. Grayscale: #8D8D8D. Windows color (decimal): -4163215 or 7436736. OLE color: 7436736.

HSL color Cylindrical-coordinate representation of color #C07971: hue angle of 6.08º degrees, saturation: 0.39, 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 #C07971 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 121 113 -
CMYK 0 0.37 0.41 0.25
HSL 6.08º 0.39% 0.6% -
HSV(B) 6.08º 0.41% 0.75% -
XYZ 31.56 26.07 18.99 -
YUV 141.32 112.02 164.15 -
System Red Green Blue C M Y K H S L
Decimal 192 121 113 0 0.37 0.41 0.25 6.08 0.39 0.6
Hex C0 79 71 0 25 29 19 6 27 3C
Octal 300 171 161 0 45 51 31 6 47 74
Binary 11000000 1111001 1110001 0 100101 101001 11001 110 100111 111100

Color Harmonies of #C07971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07971

Black with #C07971

Text Example


Text Example

White with #C07971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07971; }

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

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

background-color css

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

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

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

border-color css

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

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

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