#CB7580

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

Shades of Charm #CB7580

Tints of Charm #CB7580

Color information

#CB7580 (or 0xCB7580) is unknown color: approx Charm. HEX triplet: CB, 75 and 80. RGB value is (203,117,128). Sum of RGB (Red+Green+Blue) = 203+117+128=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7580 is #348A7F. Grayscale: #909090. Windows color (decimal): -3443328 or 8418763. OLE color: 8418763.

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

Color convert

RGB203117128-
CMYK00.420.370.20
HSL352.33º45.26%62.75%-
HSV(B)352.33º42.36%79.61%-
XYZ34.8926.9823.79-
YUV143.97118.99170.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.31%
GREEN value IS 117 (46.09% from 255) = 26.12%
BLUE value IS 128 (50.39% from 255) = 28.57%
R=45.31%
G=26.12%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311712800.420.370.20352.3345.2662.75
HexCB758002A25141602d3f
Octal31316520005245245405577
Binary11001011111010110000000010101010010110100101100000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7580; }

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

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

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

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

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

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

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

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