#CB60A9

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

Shades of Hopbush #CB60A9

Tints of Hopbush #CB60A9

Color information

#CB60A9 (or 0xCB60A9) is unknown color: approx Hopbush. HEX triplet: CB, 60 and A9. RGB value is (203,96,169). Sum of RGB (Red+Green+Blue) = 203+96+169=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 169 (66.41% from 255 or 36.11% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CB60A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB60A9 is #349F56. Grayscale: #888888. Windows color (decimal): -3448663 or 11100363. OLE color: 11100363.

HSL color Cylindrical-coordinate representation of color #CB60A9: hue angle of 319.07º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB60A9 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB20396169-
CMYK00.530.170.20
HSL319.07º50.71%58.63%-
HSV(B)319.07º52.71%79.61%-
XYZ35.9723.9340.26-
YUV136.32146.45175.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.38%
GREEN value IS 96 (37.89% from 255) = 20.51%
BLUE value IS 169 (66.41% from 255) = 36.11%
R=43.38%
G=20.51%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039616900.530.170.20319.0750.7158.63
HexCB60A9035111413f333b
Octal31314025106521244776373
Binary1100101111000001010100101101011000110100100111111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB60A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB60A9; }

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

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

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

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

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

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

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

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