#CB7995

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

Shades of Hopbush #CB7995

Tints of Hopbush #CB7995

Color information

#CB7995 (or 0xCB7995) is unknown color: approx Hopbush. HEX triplet: CB, 79 and 95. RGB value is (203,121,149). Sum of RGB (Red+Green+Blue) = 203+121+149=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7995 is #34866A. Grayscale: #949494. Windows color (decimal): -3442283 or 9796043. OLE color: 9796043.

HSL color Cylindrical-coordinate representation of color #CB7995: hue angle of 339.51º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB7995 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB203121149-
CMYK00.400.270.20
HSL339.51º44.09%63.53%-
HSV(B)339.51º40.39%79.61%-
XYZ36.8928.5432-
YUV148.71128.17166.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.92%
GREEN value IS 121 (47.66% from 255) = 25.58%
BLUE value IS 149 (58.59% from 255) = 31.50%
R=42.92%
G=25.58%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312114900.400.270.20339.5144.0963.53
HexCB79950281B141542c40
Octal313171225050332452454100
Binary11001011111100110010101010100011011101001010101001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7995; }

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

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

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

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

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

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

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

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