#CB708D

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

Shades of Charm #CB708D

Tints of Charm #CB708D

Color information

#CB708D (or 0xCB708D) is unknown color: approx Charm. HEX triplet: CB, 70 and 8D. RGB value is (203,112,141). Sum of RGB (Red+Green+Blue) = 203+112+141=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CB708D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB708D is #348F72. Grayscale: #8E8E8E. Windows color (decimal): -3444595 or 9269451. OLE color: 9269451.

HSL color Cylindrical-coordinate representation of color #CB708D: hue angle of 340.88º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB708D is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB203112141-
CMYK00.450.310.20
HSL340.88º46.67%61.76%-
HSV(B)340.88º44.83%79.61%-
XYZ35.2326.2128.4-
YUV142.52127.15171.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.52%
GREEN value IS 112 (44.14% from 255) = 24.56%
BLUE value IS 141 (55.47% from 255) = 30.92%
R=44.52%
G=24.56%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311214100.450.310.20340.8846.6761.76
HexCB708D02D1F141552f3e
Octal31316021505537245255776
Binary1100101111100001000110101011011111110100101010101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB708D; }

 p { color: rgb(203,112,141); }

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

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

 a { background-color: rgb(203,112,141); }

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

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

 span { border-color: rgb(203,112,141); }

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