Html Css Color HEX #C27D8C Charm

📋 copy color: '#C27D8C'

red 194 ◦ green 125 ◦ blue 140

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

Shades of Charm #C27D8C

Tints of Charm #C27D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.5%

R = 42.27%
G = 27.23%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C27D8C (or 0xC27D8C) is known color: Charm. HEX triplet: C2, 7D and 8C. RGB value is (194,125,140). Sum of RGB (Red+Green+Blue) = 194+125+140=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27D8C is #3D8273. Grayscale: #939393. Windows color (decimal): -4031092 or 9207234. OLE color: 9207234.

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

Color convert

RGB 194 125 140 -
CMYK 0 0.36 0.28 0.24
HSL 346.96º 0.36% 0.63% -
HSV(B) 346.96º 0.36% 0.76% -
XYZ 34.32 28.03 28.41 -
YUV 147.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 194 125 140 0 0.36 0.28 0.24 346.96 0.36 0.63
Hex C2 7D 8C 0 24 1C 18 15B 24 3F
Octal 302 175 214 0 44 34 30 533 44 77
Binary 11000010 1111101 10001100 0 100100 11100 11000 101011011 100100 111111

Color Harmonies of #C27D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27D8C

Black with #C27D8C

Text Example


Text Example

White with #C27D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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