#CB7290

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

Shades of Hopbush #CB7290

Tints of Hopbush #CB7290

Color information

#CB7290 (or 0xCB7290) is unknown color: approx Hopbush. HEX triplet: CB, 72 and 90. RGB value is (203,114,144). Sum of RGB (Red+Green+Blue) = 203+114+144=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7290 is #348D6F. Grayscale: #909090. Windows color (decimal): -3444080 or 9466571. OLE color: 9466571.

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

Color convert

RGB203114144-
CMYK00.440.290.20
HSL339.78º46.11%62.16%-
HSV(B)339.78º43.84%79.61%-
XYZ35.6826.7429.67-
YUV144.03127.99170.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.03%
GREEN value IS 114 (44.92% from 255) = 24.73%
BLUE value IS 144 (56.64% from 255) = 31.24%
R=44.03%
G=24.73%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311414400.440.290.20339.7846.1162.16
HexCB729002C1D141542e3e
Octal31316222005435245245676
Binary1100101111100101001000001011001110110100101010100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7290; }

 p { color: rgb(203,114,144); }

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

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

 a { background-color: rgb(203,114,144); }

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

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

 span { border-color: rgb(203,114,144); }

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