#C76985

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

Shades of Charm #C76985

Tints of Charm #C76985

Color information

#C76985 (or 0xC76985) is unknown color: approx Charm. HEX triplet: C7, 69 and 85. RGB value is (199,105,133). Sum of RGB (Red+Green+Blue) = 199+105+133=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C76985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76985 is #38967A. Grayscale: #888888. Windows color (decimal): -3708539 or 8743367. OLE color: 8743367.

HSL color Cylindrical-coordinate representation of color #C76985: hue angle of 342.13º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C76985 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB199105133-
CMYK00.470.330.22
HSL342.13º45.63%59.61%-
HSV(B)342.13º47.24%78.04%-
XYZ32.8423.9425.08-
YUV136.3126.14172.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.54%
GREEN value IS 105 (41.41% from 255) = 24.03%
BLUE value IS 133 (52.34% from 255) = 30.43%
R=45.54%
G=24.03%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910513300.470.330.22342.1345.6359.61
HexC7698502F21161562e3c
Octal30715120505741265265674
Binary11000111110100110000101010111110000110110101010110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76985; }

 p { color: rgb(199,105,133); }

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

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

 a { background-color: rgb(199,105,133); }

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

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

 span { border-color: rgb(199,105,133); }

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