#C4768B

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

Shades of Charm #C4768B

Tints of Charm #C4768B

Color information

#C4768B (or 0xC4768B) is unknown color: approx Charm. HEX triplet: C4, 76 and 8B. RGB value is (196,118,139). Sum of RGB (Red+Green+Blue) = 196+118+139=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C4768B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4768B is #3B8974. Grayscale: #8F8F8F. Windows color (decimal): -3901813 or 9139908. OLE color: 9139908.

HSL color Cylindrical-coordinate representation of color #C4768B: hue angle of 343.85º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4768B is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB196118139-
CMYK00.400.290.23
HSL343.85º39.8%61.57%-
HSV(B)343.85º39.8%76.86%-
XYZ33.926.5627.77-
YUV143.72125.34165.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.27%
GREEN value IS 118 (46.48% from 255) = 26.05%
BLUE value IS 139 (54.69% from 255) = 30.68%
R=43.27%
G=26.05%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611813900.400.290.23343.8539.861.57
HexC4768B0281D17158283e
Octal30416621305035275305076
Binary1100010011101101000101101010001110110111101011000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4768B; }

 p { color: rgb(196,118,139); }

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

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

 a { background-color: rgb(196,118,139); }

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

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

 span { border-color: rgb(196,118,139); }

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