#C37A85

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

Shades of Charm #C37A85

Tints of Charm #C37A85

Color information

#C37A85 (or 0xC37A85) is unknown color: approx Charm. HEX triplet: C3, 7A and 85. RGB value is (195,122,133). Sum of RGB (Red+Green+Blue) = 195+122+133=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37A85 is #3C857A. Grayscale: #919191. Windows color (decimal): -3966331 or 8747715. OLE color: 8747715.

HSL color Cylindrical-coordinate representation of color #C37A85: hue angle of 350.96º degrees, saturation: 0.38, 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 #C37A85 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB195122133-
CMYK00.370.320.24
HSL350.96º37.82%62.16%-
HSV(B)350.96º37.44%76.47%-
XYZ33.727.2125.67-
YUV145.08121.18163.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.33%
GREEN value IS 122 (48.05% from 255) = 27.11%
BLUE value IS 133 (52.34% from 255) = 29.56%
R=43.33%
G=27.11%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512213300.370.320.24350.9637.8262.16
HexC37A85025201815f263e
Octal30317220504540305374676
Binary11000011111101010000101010010110000011000101011111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37A85; }

 p { color: rgb(195,122,133); }

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

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

 a { background-color: rgb(195,122,133); }

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

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

 span { border-color: rgb(195,122,133); }

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