Html Css Color HEX #C27F80 Charm

📋 copy color: '#C27F80'

red 194 ◦ green 127 ◦ blue 128

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

Shades of Charm #C27F80

Tints of Charm #C27F80

RGB

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

 GREEN value IS 127 (50% from 255) = 28.29%

 BLUE value IS 128 (50.39% from 255) = 28.51%

R = 43.21%
G = 28.29%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C27F80 (or 0xC27F80) is known color: Charm. HEX triplet: C2, 7F and 80. RGB value is (194,127,128). Sum of RGB (Red+Green+Blue) = 194+127+128=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27F80 is #3D807F. Grayscale: #939393. Windows color (decimal): -4030592 or 8421314. OLE color: 8421314.

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

Color convert

RGB 194 127 128 -
CMYK 0 0.35 0.34 0.24
HSL 359.1º 0.35% 0.63% -
HSV(B) 359.1º 0.35% 0.76% -
XYZ 33.73 28.21 24.09 -
YUV 147.15 117.2 161.42 -
System Red Green Blue C M Y K H S L
Decimal 194 127 128 0 0.35 0.34 0.24 359.1 0.35 0.63
Hex C2 7F 80 0 23 22 18 167 23 3F
Octal 302 177 200 0 43 42 30 547 43 77
Binary 11000010 1111111 10000000 0 100011 100010 11000 101100111 100011 111111

Color Harmonies of #C27F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F80

Black with #C27F80

Text Example


Text Example

White with #C27F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F80; }

 p { color: rgb(194,127,128); }

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

background-color css

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

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

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

border-color css

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

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

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