Html Css Color HEX #C07871 Contessa

📋 copy color: '#C07871'

red 192 ◦ green 120 ◦ blue 113

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

Shades of Contessa #C07871

Tints of Contessa #C07871

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.24%

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

R = 45.18%
G = 28.24%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C07871 (or 0xC07871) is known color: Contessa. HEX triplet: C0, 78 and 71. RGB value is (192,120,113). Sum of RGB (Red+Green+Blue) = 192+120+113=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C07871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07871 is #3F878E. Grayscale: #8C8C8C. Windows color (decimal): -4163471 or 7436480. OLE color: 7436480.

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

Color convert

RGB 192 120 113 -
CMYK 0 0.38 0.41 0.25
HSL 5.32º 0.39% 0.6% -
HSV(B) 5.32º 0.41% 0.75% -
XYZ 31.44 25.83 18.95 -
YUV 140.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 192 120 113 0 0.38 0.41 0.25 5.32 0.39 0.6
Hex C0 78 71 0 26 29 19 5 27 3C
Octal 300 170 161 0 46 51 31 5 47 74
Binary 11000000 1111000 1110001 0 100110 101001 11001 101 100111 111100

Color Harmonies of #C07871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07871

Black with #C07871

Text Example


Text Example

White with #C07871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07871; }

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

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

background-color css

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

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

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

border-color css

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

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

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