#CB7E8C

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

Shades of Charm #CB7E8C

Tints of Charm #CB7E8C

Color information

#CB7E8C (or 0xCB7E8C) is unknown color: approx Charm. HEX triplet: CB, 7E and 8C. RGB value is (203,126,140). Sum of RGB (Red+Green+Blue) = 203+126+140=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7E8C is #348173. Grayscale: #969696. Windows color (decimal): -3441012 or 9207499. OLE color: 9207499.

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

Color convert

RGB203126140-
CMYK00.380.310.20
HSL349.09º42.54%64.51%-
HSV(B)349.09º37.93%79.61%-
XYZ36.8229.5128.57-
YUV150.62122.01165.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.28%
GREEN value IS 126 (49.61% from 255) = 26.87%
BLUE value IS 140 (55.08% from 255) = 29.85%
R=43.28%
G=26.87%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312614000.380.310.20349.0942.5464.51
HexCB7E8C0261F1415d2b41
Octal313176214046372453553101
Binary11001011111111010001100010011011111101001010111011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7E8C; }

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

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

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

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

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

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

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

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