Html Css Color HEX #C27170 Contessa

📋 copy color: '#C27170'

red 194 ◦ green 113 ◦ blue 112

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

Shades of Contessa #C27170

Tints of Contessa #C27170

RGB

 RED value IS 194 (76.17% from 255) = 46.3%

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

 BLUE value IS 112 (44.14% from 255) = 26.73%

R = 46.3%
G = 26.97%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C27170 (or 0xC27170) is known color: Contessa. HEX triplet: C2, 71 and 70. RGB value is (194,113,112). Sum of RGB (Red+Green+Blue) = 194+113+112=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C27170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27170 is #3D8E8F. Grayscale: #898989. Windows color (decimal): -4034192 or 7369154. OLE color: 7369154.

HSL color Cylindrical-coordinate representation of color #C27170: hue angle of 0.73º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C27170 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 113 112 -
CMYK 0 0.42 0.42 0.24
HSL 0.73º 0.4% 0.6% -
HSV(B) 0.73º 0.42% 0.76% -
XYZ 31.08 24.45 18.41 -
YUV 137.11 113.84 168.58 -
System Red Green Blue C M Y K H S L
Decimal 194 113 112 0 0.42 0.42 0.24 0.73 0.4 0.6
Hex C2 71 70 0 2A 2A 18 1 28 3C
Octal 302 161 160 0 52 52 30 1 50 74
Binary 11000010 1110001 1110000 0 101010 101010 11000 1 101000 111100

Color Harmonies of #C27170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27170

Black with #C27170

Text Example


Text Example

White with #C27170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27170; }

 p { color: rgb(194,113,112); }

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

background-color css

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

 a { background-color: rgb(194,113,112); }

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

border-color css

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

 span { border-color: rgb(194,113,112); }

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