Html Css Color HEX #C27F8D Charm

📋 copy color: '#C27F8D'

red 194 ◦ green 127 ◦ blue 141

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

Shades of Charm #C27F8D

Tints of Charm #C27F8D

RGB

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

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

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

R = 41.99%
G = 27.49%
B = 30.52%

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

#C27F8D (or 0xC27F8D) is known color: Charm. HEX triplet: C2, 7F and 8D. RGB value is (194,127,141). Sum of RGB (Red+Green+Blue) = 194+127+141=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27F8D is #3D8072. Grayscale: #949494. Windows color (decimal): -4030579 or 9273282. OLE color: 9273282.

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

Color convert

RGB 194 127 141 -
CMYK 0 0.35 0.27 0.24
HSL 347.46º 0.35% 0.63% -
HSV(B) 347.46º 0.35% 0.76% -
XYZ 34.65 28.57 28.89 -
YUV 148.63 123.7 160.36 -
System Red Green Blue C M Y K H S L
Decimal 194 127 141 0 0.35 0.27 0.24 347.46 0.35 0.63
Hex C2 7F 8D 0 23 1B 18 15B 23 3F
Octal 302 177 215 0 43 33 30 533 43 77
Binary 11000010 1111111 10001101 0 100011 11011 11000 101011011 100011 111111

Color Harmonies of #C27F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F8D

Black with #C27F8D

Text Example


Text Example

White with #C27F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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