Html Css Color HEX #C27E8D Charm

📋 copy color: '#C27E8D'

red 194 ◦ green 126 ◦ blue 141

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

Shades of Charm #C27E8D

Tints of Charm #C27E8D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.33%

 BLUE value IS 141 (55.47% from 255) = 30.59%

R = 42.08%
G = 27.33%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C27E8D (or 0xC27E8D) is known color: Charm. HEX triplet: C2, 7E and 8D. RGB value is (194,126,141). Sum of RGB (Red+Green+Blue) = 194+126+141=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27E8D is #3D8172. Grayscale: #949494. Windows color (decimal): -4030835 or 9273026. OLE color: 9273026.

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

Color convert

RGB 194 126 141 -
CMYK 0 0.35 0.27 0.24
HSL 346.76º 0.36% 0.63% -
HSV(B) 346.76º 0.35% 0.76% -
XYZ 34.52 28.31 28.85 -
YUV 148.04 124.03 160.78 -
System Red Green Blue C M Y K H S L
Decimal 194 126 141 0 0.35 0.27 0.24 346.76 0.36 0.63
Hex C2 7E 8D 0 23 1B 18 15B 24 3F
Octal 302 176 215 0 43 33 30 533 44 77
Binary 11000010 1111110 10001101 0 100011 11011 11000 101011011 100100 111111

Color Harmonies of #C27E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27E8D

Black with #C27E8D

Text Example


Text Example

White with #C27E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27E8D; }

 p { color: rgb(194,126,141); }

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

background-color css

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

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

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

border-color css

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

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

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