#CB7589

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

Shades of Charm #CB7589

Tints of Charm #CB7589

Color information

#CB7589 (or 0xCB7589) is unknown color: approx Charm. HEX triplet: CB, 75 and 89. RGB value is (203,117,137). Sum of RGB (Red+Green+Blue) = 203+117+137=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7589 is #348A76. Grayscale: #919191. Windows color (decimal): -3443319 or 9008587. OLE color: 9008587.

HSL color Cylindrical-coordinate representation of color #CB7589: hue angle of 346.05º 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 #CB7589 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB203117137-
CMYK00.420.330.20
HSL346.05º45.26%62.75%-
HSV(B)346.05º42.36%79.61%-
XYZ35.5127.2327.05-
YUV144.99123.49169.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.42%
GREEN value IS 117 (46.09% from 255) = 25.60%
BLUE value IS 137 (53.91% from 255) = 29.98%
R=44.42%
G=25.60%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311713700.420.330.20346.0545.2662.75
HexCB758902A211415a2d3f
Octal31316521105241245325577
Binary11001011111010110001001010101010000110100101011010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7589; }

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

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

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

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

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

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

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

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