#c27b8b

Color #C27B8B Charm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charm #C27B8B

Tints of Charm #C27B8B

Color information

#C27B8B (or 0xC27B8B) is unknown color: approx Charm. HEX triplet: C2, 7B and 8B. RGB value is (194,123,139). Sum of RGB (Red+Green+Blue) = 194+123+139=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27B8B is #3D8474. Grayscale: #929292. Windows color (decimal): -4031605 or 9141186. OLE color: 9141186.

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

Color convert

RGB194123139-
CMYK00.370.280.24
HSL346.48º36.79%62.16%-
HSV(B)346.48º36.6%76.08%-
XYZ33.9927.527.94-
YUV146.05124.02162.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.54%
GREEN value IS 123 (48.44% from 255) = 26.97%
BLUE value IS 139 (54.69% from 255) = 30.48%
R=42.54%
G=26.97%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412313900.370.280.24346.4836.7962.16
HexC27B8B0251C1815a253e
Octal30217321304534305324576
Binary1100001011110111000101101001011110011000101011010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c27b8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c27b8b; }

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

 H1.HeaderClassName
 {
   color: #c27b8b;
 }
 .AnyTagClassName
 {
   color: #c27b8b;
 }
</style>
background-color css

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

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

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

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

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

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