#CB7682

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

Shades of Charm #CB7682

Tints of Charm #CB7682

Color information

#CB7682 (or 0xCB7682) is unknown color: approx Charm. HEX triplet: CB, 76 and 82. RGB value is (203,118,130). Sum of RGB (Red+Green+Blue) = 203+118+130=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 130 (51.17% from 255 or 28.82% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7682 is #34897D. Grayscale: #909090. Windows color (decimal): -3443070 or 8550091. OLE color: 8550091.

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

Color convert

RGB203118130-
CMYK00.420.360.20
HSL351.53º44.97%62.94%-
HSV(B)351.53º41.87%79.61%-
XYZ35.1427.2724.53-
YUV144.78119.66169.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.01%
GREEN value IS 118 (46.48% from 255) = 26.16%
BLUE value IS 130 (51.17% from 255) = 28.82%
R=45.01%
G=26.16%
B=28.82%

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
Decimal20311813000.420.360.20351.5344.9762.94
HexCB768202A24141602d3f
Octal31316620205244245405577
Binary11001011111011010000010010101010010010100101100000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7682; }

 p { color: rgb(203,118,130); }

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

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

 a { background-color: rgb(203,118,130); }

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

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

 span { border-color: rgb(203,118,130); }

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