#C37A8A

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

Shades of Charm #C37A8A

Tints of Charm #C37A8A

Color information

#C37A8A (or 0xC37A8A) is unknown color: approx Charm. HEX triplet: C3, 7A and 8A. RGB value is (195,122,138). Sum of RGB (Red+Green+Blue) = 195+122+138=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37A8A is #3C8575. Grayscale: #919191. Windows color (decimal): -3966326 or 9075395. OLE color: 9075395.

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

Color convert

RGB195122138-
CMYK00.370.290.24
HSL346.85º37.82%62.16%-
HSV(B)346.85º37.44%76.47%-
XYZ34.0527.3627.53-
YUV145.65123.68163.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.86%
GREEN value IS 122 (48.05% from 255) = 26.81%
BLUE value IS 138 (54.30% from 255) = 30.33%
R=42.86%
G=26.81%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512213800.370.290.24346.8537.8262.16
HexC37A8A0251D1815b263e
Octal30317221204535305334676
Binary1100001111110101000101001001011110111000101011011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37A8A; }

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

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

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

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

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

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

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

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