#CB7895

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

Shades of Hopbush #CB7895

Tints of Hopbush #CB7895

Color information

#CB7895 (or 0xCB7895) is unknown color: approx Hopbush. HEX triplet: CB, 78 and 95. RGB value is (203,120,149). Sum of RGB (Red+Green+Blue) = 203+120+149=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7895 is #34876A. Grayscale: #949494. Windows color (decimal): -3442539 or 9795787. OLE color: 9795787.

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

Color convert

RGB203120149-
CMYK00.410.270.20
HSL339.04º44.39%63.33%-
HSV(B)339.04º40.89%79.61%-
XYZ36.7728.331.96-
YUV148.12128.5167.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.01%
GREEN value IS 120 (47.27% from 255) = 25.42%
BLUE value IS 149 (58.59% from 255) = 31.57%
R=43.01%
G=25.42%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312014900.410.270.20339.0444.3963.33
HexCB78950291B141532c3f
Octal31317022505133245235477
Binary1100101111110001001010101010011101110100101010011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7895; }

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

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

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

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

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

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

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

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