#CB7596

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

Shades of Hopbush #CB7596

Tints of Hopbush #CB7596

Color information

#CB7596 (or 0xCB7596) is unknown color: approx Hopbush. HEX triplet: CB, 75 and 96. RGB value is (203,117,150). Sum of RGB (Red+Green+Blue) = 203+117+150=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7596 is #348A69. Grayscale: #929292. Windows color (decimal): -3443306 or 9860555. OLE color: 9860555.

HSL color Cylindrical-coordinate representation of color #CB7596: hue angle of 336.98º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB7596 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB203117150-
CMYK00.420.260.20
HSL336.98º45.26%62.75%-
HSV(B)336.98º42.36%79.61%-
XYZ36.4927.6232.26-
YUV146.48129.99168.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.19%
GREEN value IS 117 (46.09% from 255) = 24.89%
BLUE value IS 150 (58.98% from 255) = 31.91%
R=43.19%
G=24.89%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311715000.420.260.20336.9845.2662.75
HexCB759602A1A141512d3f
Octal31316522605232245215577
Binary1100101111101011001011001010101101010100101010001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7596; }

 p { color: rgb(203,117,150); }

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

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

 a { background-color: rgb(203,117,150); }

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

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

 span { border-color: rgb(203,117,150); }

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