#CA5DA3

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

Shades of Hopbush #CA5DA3

Tints of Hopbush #CA5DA3

Color information

#CA5DA3 (or 0xCA5DA3) is unknown color: approx Hopbush. HEX triplet: CA, 5D and A3. RGB value is (202,93,163). Sum of RGB (Red+Green+Blue) = 202+93+163=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 163 (64.06% from 255 or 35.59% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5DA3 is #35A25C. Grayscale: #858585. Windows color (decimal): -3514973 or 10706378. OLE color: 10706378.

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

Color convert

RGB20293163-
CMYK00.540.190.21
HSL321.47º50.7%57.84%-
HSV(B)321.47º53.96%79.22%-
XYZ34.8823.0337.26-
YUV133.57144.61176.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.10%
GREEN value IS 93 (36.72% from 255) = 20.31%
BLUE value IS 163 (64.06% from 255) = 35.59%
R=44.10%
G=20.31%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029316300.540.190.21321.4750.757.84
HexCA5DA30361315141333a
Octal31213524306623255016372
Binary1100101010111011010001101101101001110101101000001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5DA3; }

 p { color: rgb(202,93,163); }

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

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

 a { background-color: rgb(202,93,163); }

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

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

 span { border-color: rgb(202,93,163); }

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