#CA79AD

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

Shades of Hopbush #CA79AD

Tints of Hopbush #CA79AD

Color information

#CA79AD (or 0xCA79AD) is unknown color: approx Hopbush. HEX triplet: CA, 79 and AD. RGB value is (202,121,173). Sum of RGB (Red+Green+Blue) = 202+121+173=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CA79AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA79AD is #358652. Grayscale: #979797. Windows color (decimal): -3507795 or 11368906. OLE color: 11368906.

HSL color Cylindrical-coordinate representation of color #CA79AD: hue angle of 321.48º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA79AD is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB202121173-
CMYK00.400.140.21
HSL321.48º43.32%63.33%-
HSV(B)321.48º40.1%79.22%-
XYZ38.7429.2543.14-
YUV151.15140.34164.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.73%
GREEN value IS 121 (47.66% from 255) = 24.40%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=40.73%
G=24.40%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212117300.400.140.21321.4843.3263.33
HexCA79AD028E151412b3f
Octal31217125505016255015377
Binary110010101111001101011010101000111010101101000001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA79AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA79AD; }

 p { color: rgb(202,121,173); }

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

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

 a { background-color: rgb(202,121,173); }

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

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

 span { border-color: rgb(202,121,173); }

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