#CB7A87

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

Shades of Charm #CB7A87

Tints of Charm #CB7A87

Color information

#CB7A87 (or 0xCB7A87) is unknown color: approx Charm. HEX triplet: CB, 7A and 87. RGB value is (203,122,135). Sum of RGB (Red+Green+Blue) = 203+122+135=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 135 (53.12% from 255 or 29.35% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7A87 is #348578. Grayscale: #939393. Windows color (decimal): -3442041 or 8878795. OLE color: 8878795.

HSL color Cylindrical-coordinate representation of color #CB7A87: hue angle of 350.37º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB7A87 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB203122135-
CMYK00.400.330.20
HSL350.37º43.78%63.73%-
HSV(B)350.37º39.9%79.61%-
XYZ35.9628.3626.5-
YUV147.7120.84167.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.13%
GREEN value IS 122 (48.05% from 255) = 26.52%
BLUE value IS 135 (53.12% from 255) = 29.35%
R=44.13%
G=26.52%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312213500.400.330.20350.3743.7863.73
HexCB7A87028211415e2c40
Octal313172207050412453654100
Binary110010111111010100001110101000100001101001010111101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7A87; }

 p { color: rgb(203,122,135); }

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

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

 a { background-color: rgb(203,122,135); }

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

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

 span { border-color: rgb(203,122,135); }

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