Html Css Color HEX #C27370 Contessa

📋 copy color: '#C27370'

red 194 ◦ green 115 ◦ blue 112

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

Shades of Contessa #C27370

Tints of Contessa #C27370

RGB

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

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

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

R = 46.08%
G = 27.32%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C27370 (or 0xC27370) is known color: Contessa. HEX triplet: C2, 73 and 70. RGB value is (194,115,112). Sum of RGB (Red+Green+Blue) = 194+115+112=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C27370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27370 is #3D8C8F. Grayscale: #8A8A8A. Windows color (decimal): -4033680 or 7369666. OLE color: 7369666.

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

Color convert

RGB 194 115 112 -
CMYK 0 0.41 0.42 0.24
HSL 2.2º 0.4% 0.6% -
HSV(B) 2.2º 0.42% 0.76% -
XYZ 31.3 24.9 18.49 -
YUV 138.28 113.17 167.74 -
System Red Green Blue C M Y K H S L
Decimal 194 115 112 0 0.41 0.42 0.24 2.2 0.4 0.6
Hex C2 73 70 0 29 2A 18 2 28 3C
Octal 302 163 160 0 51 52 30 2 50 74
Binary 11000010 1110011 1110000 0 101001 101010 11000 10 101000 111100

Color Harmonies of #C27370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27370

Black with #C27370

Text Example


Text Example

White with #C27370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27370; }

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

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

background-color css

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

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

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

border-color css

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

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

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