#CB7687

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

Shades of Charm #CB7687

Tints of Charm #CB7687

Color information

#CB7687 (or 0xCB7687) is unknown color: approx Charm. HEX triplet: CB, 76 and 87. RGB value is (203,118,135). Sum of RGB (Red+Green+Blue) = 203+118+135=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 135 (53.12% from 255 or 29.61% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7687 is #348978. Grayscale: #919191. Windows color (decimal): -3443065 or 8877771. OLE color: 8877771.

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

Color convert

RGB203118135-
CMYK00.420.330.20
HSL348º44.97%62.94%-
HSV(B)348º41.87%79.61%-
XYZ35.4827.426.34-
YUV145.35122.16169.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.52%
GREEN value IS 118 (46.48% from 255) = 25.88%
BLUE value IS 135 (53.12% from 255) = 29.61%
R=44.52%
G=25.88%
B=29.61%

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
Decimal20311813500.420.330.2034844.9762.94
HexCB768702A211415c2d3f
Octal31316620705241245345577
Binary11001011111011010000111010101010000110100101011100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7687; }

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

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

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

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

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

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

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

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