#C37F8C

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

Shades of Charm #C37F8C

Tints of Charm #C37F8C

Color information

#C37F8C (or 0xC37F8C) is unknown color: approx Charm. HEX triplet: C3, 7F and 8C. RGB value is (195,127,140). Sum of RGB (Red+Green+Blue) = 195+127+140=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37F8C is #3C8073. Grayscale: #949494. Windows color (decimal): -3965044 or 9207747. OLE color: 9207747.

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

Color convert

RGB195127140-
CMYK00.350.280.24
HSL348.53º36.17%63.14%-
HSV(B)348.53º34.87%76.47%-
XYZ34.8328.6728.51-
YUV148.81123.03160.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.21%
GREEN value IS 127 (50% from 255) = 27.49%
BLUE value IS 140 (55.08% from 255) = 30.30%
R=42.21%
G=27.49%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512714000.350.280.24348.5336.1763.14
HexC37F8C0231C1815d243f
Octal30317721404334305354477
Binary1100001111111111000110001000111110011000101011101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37F8C; }

 p { color: rgb(195,127,140); }

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

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

 a { background-color: rgb(195,127,140); }

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

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

 span { border-color: rgb(195,127,140); }

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