Html Css Color HEX #C27C70 Contessa

📋 copy color: '#C27C70'

red 194 ◦ green 124 ◦ blue 112

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

Shades of Contessa #C27C70

Tints of Contessa #C27C70

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.84%

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

R = 45.12%
G = 28.84%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C27C70 (or 0xC27C70) is known color: Contessa. HEX triplet: C2, 7C and 70. RGB value is (194,124,112). Sum of RGB (Red+Green+Blue) = 194+124+112=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27C70 is #3D838F. Grayscale: #8F8F8F. Windows color (decimal): -4031376 or 7371970. OLE color: 7371970.

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

Color convert

RGB 194 124 112 -
CMYK 0 0.36 0.42 0.24
HSL 8.78º 0.4% 0.6% -
HSV(B) 8.78º 0.42% 0.76% -
XYZ 32.38 27.05 18.84 -
YUV 143.56 110.19 163.98 -
System Red Green Blue C M Y K H S L
Decimal 194 124 112 0 0.36 0.42 0.24 8.78 0.4 0.6
Hex C2 7C 70 0 24 2A 18 9 28 3C
Octal 302 174 160 0 44 52 30 11 50 74
Binary 11000010 1111100 1110000 0 100100 101010 11000 1001 101000 111100

Color Harmonies of #C27C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27C70

Black with #C27C70

Text Example


Text Example

White with #C27C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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