Html Css Color HEX #C27F88 Charm

📋 copy color: '#C27F88'

red 194 ◦ green 127 ◦ blue 136

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

Shades of Charm #C27F88

Tints of Charm #C27F88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.76%

R = 42.45%
G = 27.79%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C27F88 (or 0xC27F88) is known color: Charm. HEX triplet: C2, 7F and 88. RGB value is (194,127,136). Sum of RGB (Red+Green+Blue) = 194+127+136=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27F88 is #3D8077. Grayscale: #949494. Windows color (decimal): -4030584 or 8945602. OLE color: 8945602.

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

Color convert

RGB 194 127 136 -
CMYK 0 0.35 0.30 0.24
HSL 351.94º 0.35% 0.63% -
HSV(B) 351.94º 0.35% 0.76% -
XYZ 34.28 28.43 26.97 -
YUV 148.06 121.2 160.77 -
System Red Green Blue C M Y K H S L
Decimal 194 127 136 0 0.35 0.30 0.24 351.94 0.35 0.63
Hex C2 7F 88 0 23 1E 18 160 23 3F
Octal 302 177 210 0 43 36 30 540 43 77
Binary 11000010 1111111 10001000 0 100011 11110 11000 101100000 100011 111111

Color Harmonies of #C27F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F88

Black with #C27F88

Text Example


Text Example

White with #C27F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F88; }

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

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

background-color css

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

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

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

border-color css

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

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

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