#cb7d8e

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

Shades of Charm #CB7D8E

Tints of Charm #CB7D8E

Color information

#CB7D8E (or 0xCB7D8E) is unknown color: approx Charm. HEX triplet: CB, 7D and 8E. RGB value is (203,125,142). Sum of RGB (Red+Green+Blue) = 203+125+142=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7D8E is #348271. Grayscale: #969696. Windows color (decimal): -3441266 or 9338315. OLE color: 9338315.

HSL color Cylindrical-coordinate representation of color #CB7D8E: hue angle of 346.92º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB7D8E is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB203125142-
CMYK00.380.300.20
HSL346.92º42.86%64.31%-
HSV(B)346.92º38.42%79.61%-
XYZ36.8429.3229.31-
YUV150.26123.34165.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.19%
GREEN value IS 125 (49.22% from 255) = 26.60%
BLUE value IS 142 (55.86% from 255) = 30.21%
R=43.19%
G=26.60%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312514200.380.300.20346.9242.8664.31
HexCB7D8E0261E1415b2b40
Octal313175216046362453353100
Binary11001011111110110001110010011011110101001010110111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb7d8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb7d8e; }

 p { color: rgb(203,125,142); }

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

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

 a { background-color: rgb(203,125,142); }

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

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

 span { border-color: rgb(203,125,142); }

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