#CB7C8F

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

Shades of Charm #CB7C8F

Tints of Charm #CB7C8F

Color information

#CB7C8F (or 0xCB7C8F) is unknown color: approx Charm. HEX triplet: CB, 7C and 8F. RGB value is (203,124,143). Sum of RGB (Red+Green+Blue) = 203+124+143=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7C8F is #348370. Grayscale: #959595. Windows color (decimal): -3441521 or 9403595. OLE color: 9403595.

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

Color convert

RGB203124143-
CMYK00.390.300.20
HSL345.57º43.17%64.12%-
HSV(B)345.57º38.92%79.61%-
XYZ36.7929.0929.66-
YUV149.79124.17165.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.19%
GREEN value IS 124 (48.83% from 255) = 26.38%
BLUE value IS 143 (56.25% from 255) = 30.43%
R=43.19%
G=26.38%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312414300.390.300.20345.5743.1764.12
HexCB7C8F0271E1415a2b40
Octal313174217047362453253100
Binary11001011111110010001111010011111110101001010110101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7C8F; }

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

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

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

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

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

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

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

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