Html Css Color HEX #C07271 Contessa

📋 copy color: '#C07271'

red 192 ◦ green 114 ◦ blue 113

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

Shades of Contessa #C07271

Tints of Contessa #C07271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.21%

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

R = 45.82%
G = 27.21%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C07271 (or 0xC07271) is known color: Contessa. HEX triplet: C0, 72 and 71. RGB value is (192,114,113). Sum of RGB (Red+Green+Blue) = 192+114+113=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C07271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07271 is #3F8D8E. Grayscale: #898989. Windows color (decimal): -4165007 or 7434944. OLE color: 7434944.

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

Color convert

RGB 192 114 113 -
CMYK 0 0.41 0.41 0.25
HSL 0.76º 0.39% 0.6% -
HSV(B) 0.76º 0.41% 0.75% -
XYZ 30.74 24.43 18.72 -
YUV 137.21 114.34 167.08 -
System Red Green Blue C M Y K H S L
Decimal 192 114 113 0 0.41 0.41 0.25 0.76 0.39 0.6
Hex C0 72 71 0 29 29 19 1 27 3C
Octal 300 162 161 0 51 51 31 1 47 74
Binary 11000000 1110010 1110001 0 101001 101001 11001 1 100111 111100

Color Harmonies of #C07271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07271

Black with #C07271

Text Example


Text Example

White with #C07271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07271; }

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

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

background-color css

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

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

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

border-color css

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

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

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