#CA6099

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

Shades of Hopbush #CA6099

Tints of Hopbush #CA6099

Color information

#CA6099 (or 0xCA6099) is unknown color: approx Hopbush. HEX triplet: CA, 60 and 99. RGB value is (202,96,153). Sum of RGB (Red+Green+Blue) = 202+96+153=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6099 is #359F66. Grayscale: #868686. Windows color (decimal): -3514215 or 10051786. OLE color: 10051786.

HSL color Cylindrical-coordinate representation of color #CA6099: hue angle of 327.74º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA6099 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB20296153-
CMYK00.520.240.21
HSL327.74º50%58.43%-
HSV(B)327.74º52.48%79.22%-
XYZ34.2923.2232.81-
YUV134.19138.62176.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.79%
GREEN value IS 96 (37.89% from 255) = 21.29%
BLUE value IS 153 (60.16% from 255) = 33.92%
R=44.79%
G=21.29%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029615300.520.240.21327.745058.43
HexCA60990341815148323a
Octal31214023106430255106272
Binary1100101011000001001100101101001100010101101001000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6099; }

 p { color: rgb(202,96,153); }

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

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

 a { background-color: rgb(202,96,153); }

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

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

 span { border-color: rgb(202,96,153); }

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