#CB7686

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

Shades of Charm #CB7686

Tints of Charm #CB7686

Color information

#CB7686 (or 0xCB7686) is unknown color: approx Charm. HEX triplet: CB, 76 and 86. RGB value is (203,118,134). Sum of RGB (Red+Green+Blue) = 203+118+134=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7686 is #348979. Grayscale: #919191. Windows color (decimal): -3443066 or 8812235. OLE color: 8812235.

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

Color convert

RGB203118134-
CMYK00.420.340.20
HSL348.71º44.97%62.94%-
HSV(B)348.71º41.87%79.61%-
XYZ35.4127.3725.97-
YUV145.24121.66169.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.62%
GREEN value IS 118 (46.48% from 255) = 25.93%
BLUE value IS 134 (52.73% from 255) = 29.45%
R=44.62%
G=25.93%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311813400.420.340.20348.7144.9762.94
HexCB768602A221415d2d3f
Octal31316620605242245355577
Binary11001011111011010000110010101010001010100101011101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7686; }

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

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

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

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

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

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

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

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