Html Css Color HEX #C27D8E Charm

📋 copy color: '#C27D8E'

red 194 ◦ green 125 ◦ blue 142

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

Shades of Charm #C27D8E

Tints of Charm #C27D8E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.11%

 BLUE value IS 142 (55.86% from 255) = 30.8%

R = 42.08%
G = 27.11%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C27D8E (or 0xC27D8E) is known color: Charm. HEX triplet: C2, 7D and 8E. RGB value is (194,125,142). Sum of RGB (Red+Green+Blue) = 194+125+142=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27D8E is #3D8271. Grayscale: #939393. Windows color (decimal): -4031090 or 9338306. OLE color: 9338306.

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

Color convert

RGB 194 125 142 -
CMYK 0 0.36 0.27 0.24
HSL 345.22º 0.36% 0.63% -
HSV(B) 345.22º 0.36% 0.76% -
XYZ 34.46 28.09 29.2 -
YUV 147.57 124.86 161.12 -
System Red Green Blue C M Y K H S L
Decimal 194 125 142 0 0.36 0.27 0.24 345.22 0.36 0.63
Hex C2 7D 8E 0 24 1B 18 159 24 3F
Octal 302 175 216 0 44 33 30 531 44 77
Binary 11000010 1111101 10001110 0 100100 11011 11000 101011001 100100 111111

Color Harmonies of #C27D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27D8E

Black with #C27D8E

Text Example


Text Example

White with #C27D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27D8E; }

 p { color: rgb(194,125,142); }

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

background-color css

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

 a { background-color: rgb(194,125,142); }

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

border-color css

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

 span { border-color: rgb(194,125,142); }

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