#cb73af

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

Shades of Hopbush #CB73AF

Tints of Hopbush #CB73AF

Color information

#CB73AF (or 0xCB73AF) is unknown color: approx Hopbush. HEX triplet: CB, 73 and AF. RGB value is (203,115,175). Sum of RGB (Red+Green+Blue) = 203+115+175=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CB73AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB73AF is #348C50. Grayscale: #949494. Windows color (decimal): -3443793 or 11498443. OLE color: 11498443.

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

Color convert

RGB203115175-
CMYK00.430.140.20
HSL319.09º45.83%62.35%-
HSV(B)319.09º43.35%79.61%-
XYZ38.528.0543.94-
YUV148.15143.15167.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.18%
GREEN value IS 115 (45.31% from 255) = 23.33%
BLUE value IS 175 (68.75% from 255) = 35.50%
R=41.18%
G=23.33%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311517500.430.140.20319.0945.8362.35
HexCB73AF02BE1413f2e3e
Octal31316325705316244775676
Binary110010111110011101011110101011111010100100111111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb73af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb73af; }

 p { color: rgb(203,115,175); }

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

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

 a { background-color: rgb(203,115,175); }

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

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

 span { border-color: rgb(203,115,175); }

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