#CA719A

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

Shades of Hopbush #CA719A

Tints of Hopbush #CA719A

Color information

#CA719A (or 0xCA719A) is unknown color: approx Hopbush. HEX triplet: CA, 71 and 9A. RGB value is (202,113,154). Sum of RGB (Red+Green+Blue) = 202+113+154=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA719A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA719A is #358E65. Grayscale: #909090. Windows color (decimal): -3509862 or 10121674. OLE color: 10121674.

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

Color convert

RGB202113154-
CMYK00.440.240.21
HSL332.36º45.64%61.76%-
HSV(B)332.36º44.06%79.22%-
XYZ36.0926.733.82-
YUV144.28133.49169.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.07%
GREEN value IS 113 (44.53% from 255) = 24.09%
BLUE value IS 154 (60.55% from 255) = 32.84%
R=43.07%
G=24.09%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211315400.440.240.21332.3645.6461.76
HexCA719A02C181514c2e3e
Octal31216123205430255145676
Binary1100101011100011001101001011001100010101101001100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA719A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA719A; }

 p { color: rgb(202,113,154); }

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

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

 a { background-color: rgb(202,113,154); }

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

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

 span { border-color: rgb(202,113,154); }

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