#CB7599

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

Shades of Hopbush #CB7599

Tints of Hopbush #CB7599

Color information

#CB7599 (or 0xCB7599) is unknown color: approx Hopbush. HEX triplet: CB, 75 and 99. RGB value is (203,117,153). Sum of RGB (Red+Green+Blue) = 203+117+153=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 153 (60.16% from 255 or 32.35% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7599 is #348A66. Grayscale: #929292. Windows color (decimal): -3443303 or 10057163. OLE color: 10057163.

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

Color convert

RGB203117153-
CMYK00.420.250.20
HSL334.88º45.26%62.75%-
HSV(B)334.88º42.36%79.61%-
XYZ36.7427.7233.55-
YUV146.82131.49168.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.92%
GREEN value IS 117 (46.09% from 255) = 24.74%
BLUE value IS 153 (60.16% from 255) = 32.35%
R=42.92%
G=24.74%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311715300.420.250.20334.8845.2662.75
HexCB759902A191414f2d3f
Octal31316523105231245175577
Binary1100101111101011001100101010101100110100101001111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7599; }

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

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

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

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

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

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

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

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