#C8757B

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

Shades of Charm #C8757B

Tints of Charm #C8757B

Color information

#C8757B (or 0xC8757B) is unknown color: approx Charm. HEX triplet: C8, 75 and 7B. RGB value is (200,117,123). Sum of RGB (Red+Green+Blue) = 200+117+123=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C8757B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8757B is #378A84. Grayscale: #8E8E8E. Windows color (decimal): -3639941 or 8091080. OLE color: 8091080.

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

Color convert

RGB200117123-
CMYK00.420.380.22
HSL355.66º43.01%62.16%-
HSV(B)355.66º41.5%78.43%-
XYZ33.7626.4322.06-
YUV142.5117169.01-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.45%
GREEN value IS 117 (46.09% from 255) = 26.59%
BLUE value IS 123 (48.44% from 255) = 27.95%
R=45.45%
G=26.59%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011712300.420.380.22355.6643.0162.16
HexC8757B02A26161642b3e
Octal31016517305246265445376
Binary1100100011101011111011010101010011010110101100100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8757B; }

 p { color: rgb(200,117,123); }

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

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

 a { background-color: rgb(200,117,123); }

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

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

 span { border-color: rgb(200,117,123); }

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