#CB7892

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

Shades of Charm #CB7892

Tints of Charm #CB7892

Color information

#CB7892 (or 0xCB7892) is unknown color: approx Charm. HEX triplet: CB, 78 and 92. RGB value is (203,120,146). Sum of RGB (Red+Green+Blue) = 203+120+146=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7892 is #34876D. Grayscale: #939393. Windows color (decimal): -3442542 or 9599179. OLE color: 9599179.

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

Color convert

RGB203120146-
CMYK00.410.280.20
HSL341.2º44.39%63.33%-
HSV(B)341.2º40.89%79.61%-
XYZ36.5328.230.71-
YUV147.78127167.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.28%
GREEN value IS 120 (47.27% from 255) = 25.59%
BLUE value IS 146 (57.42% from 255) = 31.13%
R=43.28%
G=25.59%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312014600.410.280.20341.244.3963.33
HexCB78920291C141552c3f
Octal31317022205134245255477
Binary1100101111110001001001001010011110010100101010101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7892; }

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

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

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

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

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

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

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

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