#CB60AA

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

Shades of Hopbush #CB60AA

Tints of Hopbush #CB60AA

Color information

#CB60AA (or 0xCB60AA) is unknown color: approx Hopbush. HEX triplet: CB, 60 and AA. RGB value is (203,96,170). Sum of RGB (Red+Green+Blue) = 203+96+170=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CB60AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB60AA is #349F55. Grayscale: #888888. Windows color (decimal): -3448662 or 11165899. OLE color: 11165899.

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

Color convert

RGB20396170-
CMYK00.530.160.20
HSL318.5º50.71%58.63%-
HSV(B)318.5º52.71%79.61%-
XYZ36.0723.9640.75-
YUV136.43146.95175.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.28%
GREEN value IS 96 (37.89% from 255) = 20.47%
BLUE value IS 170 (66.80% from 255) = 36.25%
R=43.28%
G=20.47%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039617000.530.160.20318.550.7158.63
HexCB60AA035101413f333b
Octal31314025206520244776373
Binary1100101111000001010101001101011000010100100111111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB60AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB60AA; }

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

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

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

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

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

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

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

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