#CB7790

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

Shades of Charm #CB7790

Tints of Charm #CB7790

Color information

#CB7790 (or 0xCB7790) is unknown color: approx Charm. HEX triplet: CB, 77 and 90. RGB value is (203,119,144). Sum of RGB (Red+Green+Blue) = 203+119+144=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7790 is #34886F. Grayscale: #929292. Windows color (decimal): -3442800 or 9467851. OLE color: 9467851.

HSL color Cylindrical-coordinate representation of color #CB7790: hue angle of 342.14º degrees, saturation: 0.45, 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 #CB7790 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB203119144-
CMYK00.410.290.20
HSL342.14º44.68%63.14%-
HSV(B)342.14º41.38%79.61%-
XYZ36.2627.929.86-
YUV146.97126.33167.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.56%
GREEN value IS 119 (46.88% from 255) = 25.54%
BLUE value IS 144 (56.64% from 255) = 30.90%
R=43.56%
G=25.54%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311914400.410.290.20342.1444.6863.14
HexCB77900291D141562d3f
Octal31316722005135245265577
Binary1100101111101111001000001010011110110100101010110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7790; }

 p { color: rgb(203,119,144); }

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

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

 a { background-color: rgb(203,119,144); }

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

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

 span { border-color: rgb(203,119,144); }

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