#CB7E85

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

Shades of Charm #CB7E85

Tints of Charm #CB7E85

Color information

#CB7E85 (or 0xCB7E85) is unknown color: approx Charm. HEX triplet: CB, 7E and 85. RGB value is (203,126,133). Sum of RGB (Red+Green+Blue) = 203+126+133=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7E85 is #34817A. Grayscale: #959595. Windows color (decimal): -3441019 or 8748747. OLE color: 8748747.

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

Color convert

RGB203126133-
CMYK00.380.340.20
HSL354.55º42.54%64.51%-
HSV(B)354.55º37.93%79.61%-
XYZ36.3229.3125.93-
YUV149.82118.51165.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.94%
GREEN value IS 126 (49.61% from 255) = 27.27%
BLUE value IS 133 (52.34% from 255) = 28.79%
R=43.94%
G=27.27%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312613300.380.340.20354.5542.5464.51
HexCB7E8502622141632b41
Octal313176205046422454353101
Binary110010111111110100001010100110100010101001011000111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7E85; }

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

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

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

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

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

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

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

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