Html Css Color HEX #C27F8B Charm

📋 copy color: '#C27F8B'

red 194 ◦ green 127 ◦ blue 139

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

Shades of Charm #C27F8B

Tints of Charm #C27F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.22%

R = 42.17%
G = 27.61%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C27F8B (or 0xC27F8B) is known color: Charm. HEX triplet: C2, 7F and 8B. RGB value is (194,127,139). Sum of RGB (Red+Green+Blue) = 194+127+139=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27F8B is #3D8074. Grayscale: #949494. Windows color (decimal): -4030581 or 9142210. OLE color: 9142210.

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

Color convert

RGB 194 127 139 -
CMYK 0 0.35 0.28 0.24
HSL 349.25º 0.35% 0.63% -
HSV(B) 349.25º 0.35% 0.76% -
XYZ 34.5 28.51 28.11 -
YUV 148.4 122.7 160.52 -
System Red Green Blue C M Y K H S L
Decimal 194 127 139 0 0.35 0.28 0.24 349.25 0.35 0.63
Hex C2 7F 8B 0 23 1C 18 15D 23 3F
Octal 302 177 213 0 43 34 30 535 43 77
Binary 11000010 1111111 10001011 0 100011 11100 11000 101011101 100011 111111

Color Harmonies of #C27F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F8B

Black with #C27F8B

Text Example


Text Example

White with #C27F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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