#CB7E8F

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

Shades of Charm #CB7E8F

Tints of Charm #CB7E8F

Color information

#CB7E8F (or 0xCB7E8F) is unknown color: approx Charm. HEX triplet: CB, 7E and 8F. RGB value is (203,126,143). Sum of RGB (Red+Green+Blue) = 203+126+143=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7E8F is #348170. Grayscale: #969696. Windows color (decimal): -3441009 or 9404107. OLE color: 9404107.

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

Color convert

RGB203126143-
CMYK00.380.300.20
HSL346.75º42.54%64.51%-
HSV(B)346.75º37.93%79.61%-
XYZ37.0529.629.75-
YUV150.96123.51165.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.01%
GREEN value IS 126 (49.61% from 255) = 26.69%
BLUE value IS 143 (56.25% from 255) = 30.30%
R=43.01%
G=26.69%
B=30.30%

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
Decimal20312614300.380.300.20346.7542.5464.51
HexCB7E8F0261E1415b2b41
Octal313176217046362453353101
Binary11001011111111010001111010011011110101001010110111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7E8F; }

 p { color: rgb(203,126,143); }

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

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

 a { background-color: rgb(203,126,143); }

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

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

 span { border-color: rgb(203,126,143); }

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