#CA709F

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

Shades of Hopbush #CA709F

Tints of Hopbush #CA709F

Color information

#CA709F (or 0xCA709F) is unknown color: approx Hopbush. HEX triplet: CA, 70 and 9F. RGB value is (202,112,159). Sum of RGB (Red+Green+Blue) = 202+112+159=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CA709F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA709F is #358F60. Grayscale: #909090. Windows color (decimal): -3510113 or 10449098. OLE color: 10449098.

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

Color convert

RGB202112159-
CMYK00.450.210.21
HSL328.67º45.92%61.57%-
HSV(B)328.67º44.55%79.22%-
XYZ36.4126.6536.03-
YUV144.27136.32169.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.71%
GREEN value IS 112 (44.14% from 255) = 23.68%
BLUE value IS 159 (62.5% from 255) = 33.62%
R=42.71%
G=23.68%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211215900.450.210.21328.6745.9261.57
HexCA709F02D15151492e3e
Octal31216023705525255115676
Binary1100101011100001001111101011011010110101101001001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA709F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA709F; }

 p { color: rgb(202,112,159); }

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

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

 a { background-color: rgb(202,112,159); }

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

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

 span { border-color: rgb(202,112,159); }

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