#CB7581

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

Shades of Charm #CB7581

Tints of Charm #CB7581

Color information

#CB7581 (or 0xCB7581) is unknown color: approx Charm. HEX triplet: CB, 75 and 81. RGB value is (203,117,129). Sum of RGB (Red+Green+Blue) = 203+117+129=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 129 (50.78% from 255 or 28.73% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7581 is #348A7E. Grayscale: #909090. Windows color (decimal): -3443327 or 8484299. OLE color: 8484299.

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

Color convert

RGB203117129-
CMYK00.420.360.20
HSL351.63º45.26%62.75%-
HSV(B)351.63º42.36%79.61%-
XYZ34.952724.14-
YUV144.08119.49170.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.21%
GREEN value IS 117 (46.09% from 255) = 26.06%
BLUE value IS 129 (50.78% from 255) = 28.73%
R=45.21%
G=26.06%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311712900.420.360.20351.6345.2662.75
HexCB758102A24141602d3f
Octal31316520105244245405577
Binary11001011111010110000001010101010010010100101100000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7581; }

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

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

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

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

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

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

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

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