#CB7499

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

Shades of Hopbush #CB7499

Tints of Hopbush #CB7499

Color information

#CB7499 (or 0xCB7499) is unknown color: approx Hopbush. HEX triplet: CB, 74 and 99. RGB value is (203,116,153). Sum of RGB (Red+Green+Blue) = 203+116+153=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7499 is #348B66. Grayscale: #929292. Windows color (decimal): -3443559 or 10056907. OLE color: 10056907.

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

Color convert

RGB203116153-
CMYK00.430.250.20
HSL334.48º45.55%62.55%-
HSV(B)334.48º42.86%79.61%-
XYZ36.6227.4933.51-
YUV146.23131.82168.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.01%
GREEN value IS 116 (45.70% from 255) = 24.58%
BLUE value IS 153 (60.16% from 255) = 32.42%
R=43.01%
G=24.58%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311615300.430.250.20334.4845.5562.55
HexCB749902B191414e2e3f
Octal31316423105331245165677
Binary1100101111101001001100101010111100110100101001110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7499; }

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

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

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

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

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

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

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

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