#CB757E

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

Shades of Charm #CB757E

Tints of Charm #CB757E

Color information

#CB757E (or 0xCB757E) is unknown color: approx Charm. HEX triplet: CB, 75 and 7E. RGB value is (203,117,126). Sum of RGB (Red+Green+Blue) = 203+117+126=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB757E is #348A81. Grayscale: #8F8F8F. Windows color (decimal): -3443330 or 8287691. OLE color: 8287691.

HSL color Cylindrical-coordinate representation of color #CB757E: hue angle of 353.72º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB757E is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB203117126-
CMYK00.420.380.20
HSL353.72º45.26%62.75%-
HSV(B)353.72º42.36%79.61%-
XYZ34.7626.9323.1-
YUV143.74117.99170.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.52%
GREEN value IS 117 (46.09% from 255) = 26.23%
BLUE value IS 126 (49.61% from 255) = 28.25%
R=45.52%
G=26.23%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311712600.420.380.20353.7245.2662.75
HexCB757E02A26141622d3f
Octal31316517605246245425577
Binary1100101111101011111110010101010011010100101100010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB757E; }

 p { color: rgb(203,117,126); }

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

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

 a { background-color: rgb(203,117,126); }

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

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

 span { border-color: rgb(203,117,126); }

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