#C37F8B

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

Shades of Charm #C37F8B

Tints of Charm #C37F8B

Color information

#C37F8B (or 0xC37F8B) is unknown color: approx Charm. HEX triplet: C3, 7F and 8B. RGB value is (195,127,139). Sum of RGB (Red+Green+Blue) = 195+127+139=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37F8B is #3C8074. Grayscale: #949494. Windows color (decimal): -3965045 or 9142211. OLE color: 9142211.

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

Color convert

RGB195127139-
CMYK00.350.290.24
HSL349.41º36.17%63.14%-
HSV(B)349.41º34.87%76.47%-
XYZ34.7628.6428.12-
YUV148.7122.53161.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.30%
GREEN value IS 127 (50% from 255) = 27.55%
BLUE value IS 139 (54.69% from 255) = 30.15%
R=42.30%
G=27.55%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512713900.350.290.24349.4136.1763.14
HexC37F8B0231D1815d243f
Octal30317721304335305354477
Binary1100001111111111000101101000111110111000101011101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37F8B; }

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

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

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

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

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

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

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

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