Html Css Color HEX #C27C71 Contessa

📋 copy color: '#C27C71'

red 194 ◦ green 124 ◦ blue 113

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

Shades of Contessa #C27C71

Tints of Contessa #C27C71

RGB

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

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

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

R = 45.01%
G = 28.77%
B = 26.22%

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

#C27C71 (or 0xC27C71) is known color: Contessa. HEX triplet: C2, 7C and 71. RGB value is (194,124,113). Sum of RGB (Red+Green+Blue) = 194+124+113=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27C71 is #3D838E. Grayscale: #8F8F8F. Windows color (decimal): -4031375 or 7437506. OLE color: 7437506.

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

Color convert

RGB 194 124 113 -
CMYK 0 0.36 0.42 0.24
HSL 8.15º 0.4% 0.6% -
HSV(B) 8.15º 0.42% 0.76% -
XYZ 32.44 27.08 19.14 -
YUV 143.68 110.69 163.89 -
System Red Green Blue C M Y K H S L
Decimal 194 124 113 0 0.36 0.42 0.24 8.15 0.4 0.6
Hex C2 7C 71 0 24 2A 18 8 28 3C
Octal 302 174 161 0 44 52 30 10 50 74
Binary 11000010 1111100 1110001 0 100100 101010 11000 1000 101000 111100

Color Harmonies of #C27C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27C71

Black with #C27C71

Text Example


Text Example

White with #C27C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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