#CB7491

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

Shades of Hopbush #CB7491

Tints of Hopbush #CB7491

Color information

#CB7491 (or 0xCB7491) is unknown color: approx Hopbush. HEX triplet: CB, 74 and 91. RGB value is (203,116,145). Sum of RGB (Red+Green+Blue) = 203+116+145=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7491 is #348B6E. Grayscale: #919191. Windows color (decimal): -3443567 or 9532619. OLE color: 9532619.

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

Color convert

RGB203116145-
CMYK00.430.290.20
HSL340º45.55%62.55%-
HSV(B)340º42.86%79.61%-
XYZ35.9827.2330.15-
YUV145.32127.82169.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.75%
GREEN value IS 116 (45.70% from 255) = 25%
BLUE value IS 145 (57.03% from 255) = 31.25%
R=43.75%
G=25%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311614500.430.290.2034045.5562.55
HexCB749102B1D141542e3f
Octal31316422105335245245677
Binary1100101111101001001000101010111110110100101010100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7491; }

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

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

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

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

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

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

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

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