#CA60A1

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

Shades of Hopbush #CA60A1

Tints of Hopbush #CA60A1

Color information

#CA60A1 (or 0xCA60A1) is unknown color: approx Hopbush. HEX triplet: CA, 60 and A1. RGB value is (202,96,161). Sum of RGB (Red+Green+Blue) = 202+96+161=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA60A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA60A1 is #359F5E. Grayscale: #868686. Windows color (decimal): -3514207 or 10576074. OLE color: 10576074.

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

Color convert

RGB20296161-
CMYK00.520.200.21
HSL323.21º50%58.43%-
HSV(B)323.21º52.48%79.22%-
XYZ34.9723.536.41-
YUV135.1142.62175.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.01%
GREEN value IS 96 (37.89% from 255) = 20.92%
BLUE value IS 161 (63.28% from 255) = 35.08%
R=44.01%
G=20.92%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029616100.520.200.21323.215058.43
HexCA60A10341415143323a
Octal31214024106424255036272
Binary1100101011000001010000101101001010010101101000011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA60A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA60A1; }

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

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

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

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

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

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

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

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