#CB74A9

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

Shades of Hopbush #CB74A9

Tints of Hopbush #CB74A9

Color information

#CB74A9 (or 0xCB74A9) is unknown color: approx Hopbush. HEX triplet: CB, 74 and A9. RGB value is (203,116,169). Sum of RGB (Red+Green+Blue) = 203+116+169=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 169 (66.41% from 255 or 34.63% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CB74A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB74A9 is #348B56. Grayscale: #939393. Windows color (decimal): -3443543 or 11105483. OLE color: 11105483.

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

Color convert

RGB203116169-
CMYK00.430.170.20
HSL323.45º45.55%62.55%-
HSV(B)323.45º42.86%79.61%-
XYZ38.0428.0540.95-
YUV148.05139.82167.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.60%
GREEN value IS 116 (45.70% from 255) = 23.77%
BLUE value IS 169 (66.41% from 255) = 34.63%
R=41.60%
G=23.77%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311616900.430.170.20323.4545.5562.55
HexCB74A902B11141432e3f
Octal31316425105321245035677
Binary1100101111101001010100101010111000110100101000011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB74A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB74A9; }

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

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

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

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

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

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

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

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