#C76F7B

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

Shades of Charm #C76F7B

Tints of Charm #C76F7B

Color information

#C76F7B (or 0xC76F7B) is unknown color: approx Charm. HEX triplet: C7, 6F and 7B. RGB value is (199,111,123). Sum of RGB (Red+Green+Blue) = 199+111+123=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76F7B is #389084. Grayscale: #8A8A8A. Windows color (decimal): -3707013 or 8089543. OLE color: 8089543.

HSL color Cylindrical-coordinate representation of color #C76F7B: hue angle of 351.82º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C76F7B is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB199111123-
CMYK00.440.380.22
HSL351.82º44%60.78%-
HSV(B)351.82º44.22%78.04%-
XYZ32.8124.9421.82-
YUV138.68119.15171.02-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.96%
GREEN value IS 111 (43.75% from 255) = 25.64%
BLUE value IS 123 (48.44% from 255) = 28.41%
R=45.96%
G=25.64%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911112300.440.380.22351.824460.78
HexC76F7B02C26161602c3d
Octal30715717305446265405475
Binary1100011111011111111011010110010011010110101100000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76F7B; }

 p { color: rgb(199,111,123); }

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

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

 a { background-color: rgb(199,111,123); }

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

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

 span { border-color: rgb(199,111,123); }

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