#CB788B

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

Shades of Charm #CB788B

Tints of Charm #CB788B

Color information

#CB788B (or 0xCB788B) is unknown color: approx Charm. HEX triplet: CB, 78 and 8B. RGB value is (203,120,139). Sum of RGB (Red+Green+Blue) = 203+120+139=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CB788B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB788B is #348774. Grayscale: #929292. Windows color (decimal): -3442549 or 9140427. OLE color: 9140427.

HSL color Cylindrical-coordinate representation of color #CB788B: hue angle of 346.27º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB788B is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB203120139-
CMYK00.410.320.20
HSL346.27º44.39%63.33%-
HSV(B)346.27º40.89%79.61%-
XYZ36.0127.9927.93-
YUV146.98123.5167.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.94%
GREEN value IS 120 (47.27% from 255) = 25.97%
BLUE value IS 139 (54.69% from 255) = 30.09%
R=43.94%
G=25.97%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312013900.410.320.20346.2744.3963.33
HexCB788B029201415a2c3f
Octal31317021305140245325477
Binary11001011111100010001011010100110000010100101011010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB788B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB788B; }

 p { color: rgb(203,120,139); }

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

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

 a { background-color: rgb(203,120,139); }

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

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

 span { border-color: rgb(203,120,139); }

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