Html Css Color HEX #C27070 Contessa

📋 copy color: '#C27070'

red 194 ◦ green 112 ◦ blue 112

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

Shades of Contessa #C27070

Tints of Contessa #C27070

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.79%

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

R = 46.41%
G = 26.79%
B = 26.79%

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

#C27070 (or 0xC27070) is known color: Contessa. HEX triplet: C2, 70 and 70. RGB value is (194,112,112). Sum of RGB (Red+Green+Blue) = 194+112+112=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C27070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27070 is #3D8F8F. Grayscale: #888888. Windows color (decimal): -4034448 or 7368898. OLE color: 7368898.

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

Color convert

RGB 194 112 112 -
CMYK 0 0.42 0.42 0.24
HSL 0.4% 0.6% -
HSV(B) 0.42% 0.76% -
XYZ 30.97 24.23 18.37 -
YUV 136.52 114.17 169 -
System Red Green Blue C M Y K H S L
Decimal 194 112 112 0 0.42 0.42 0.24 0 0.4 0.6
Hex C2 70 70 0 2A 2A 18 0 28 3C
Octal 302 160 160 0 52 52 30 0 50 74
Binary 11000010 1110000 1110000 0 101010 101010 11000 0 101000 111100

Color Harmonies of #C27070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27070

Black with #C27070

Text Example


Text Example

White with #C27070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27070; }

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

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

background-color css

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

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

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

border-color css

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

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

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