#CB7891

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

Shades of Charm #CB7891

Tints of Charm #CB7891

Color information

#CB7891 (or 0xCB7891) is unknown color: approx Charm. HEX triplet: CB, 78 and 91. RGB value is (203,120,145). Sum of RGB (Red+Green+Blue) = 203+120+145=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7891 is #34876E. Grayscale: #939393. Windows color (decimal): -3442543 or 9533643. OLE color: 9533643.

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

Color convert

RGB203120145-
CMYK00.410.290.20
HSL341.93º44.39%63.33%-
HSV(B)341.93º40.89%79.61%-
XYZ36.4628.1730.3-
YUV147.67126.5167.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.38%
GREEN value IS 120 (47.27% from 255) = 25.64%
BLUE value IS 145 (57.03% from 255) = 30.98%
R=43.38%
G=25.64%
B=30.98%

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
Decimal20312014500.410.290.20341.9344.3963.33
HexCB78910291D141562c3f
Octal31317022105135245265477
Binary1100101111110001001000101010011110110100101010110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7891; }

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

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

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

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

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

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

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

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