Html Css Color HEX #C07371 Contessa

📋 copy color: '#C07371'

red 192 ◦ green 115 ◦ blue 113

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

Shades of Contessa #C07371

Tints of Contessa #C07371

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.38%

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

R = 45.71%
G = 27.38%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C07371 (or 0xC07371) is known color: Contessa. HEX triplet: C0, 73 and 71. RGB value is (192,115,113). Sum of RGB (Red+Green+Blue) = 192+115+113=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C07371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07371 is #3F8C8E. Grayscale: #898989. Windows color (decimal): -4164751 or 7435200. OLE color: 7435200.

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

Color convert

RGB 192 115 113 -
CMYK 0 0.40 0.41 0.25
HSL 1.52º 0.39% 0.6% -
HSV(B) 1.52º 0.41% 0.75% -
XYZ 30.85 24.66 18.76 -
YUV 137.8 114.01 166.66 -
System Red Green Blue C M Y K H S L
Decimal 192 115 113 0 0.40 0.41 0.25 1.52 0.39 0.6
Hex C0 73 71 0 28 29 19 2 27 3C
Octal 300 163 161 0 50 51 31 2 47 74
Binary 11000000 1110011 1110001 0 101000 101001 11001 10 100111 111100

Color Harmonies of #C07371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07371

Black with #C07371

Text Example


Text Example

White with #C07371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07371; }

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

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

background-color css

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

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

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

border-color css

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

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

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