#CA719B

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

Shades of Hopbush #CA719B

Tints of Hopbush #CA719B

Color information

#CA719B (or 0xCA719B) is unknown color: approx Hopbush. HEX triplet: CA, 71 and 9B. RGB value is (202,113,155). Sum of RGB (Red+Green+Blue) = 202+113+155=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA719B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA719B is #358E64. Grayscale: #909090. Windows color (decimal): -3509861 or 10187210. OLE color: 10187210.

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

Color convert

RGB202113155-
CMYK00.440.230.21
HSL331.69º45.64%61.76%-
HSV(B)331.69º44.06%79.22%-
XYZ36.1826.7334.26-
YUV144.4133.99169.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.98%
GREEN value IS 113 (44.53% from 255) = 24.04%
BLUE value IS 155 (60.94% from 255) = 32.98%
R=42.98%
G=24.04%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211315500.440.230.21331.6945.6461.76
HexCA719B02C171514c2e3e
Octal31216123305427255145676
Binary1100101011100011001101101011001011110101101001100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA719B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA719B; }

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

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

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

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

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

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

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

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