#CA709A

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

Shades of Hopbush #CA709A

Tints of Hopbush #CA709A

Color information

#CA709A (or 0xCA709A) is unknown color: approx Hopbush. HEX triplet: CA, 70 and 9A. RGB value is (202,112,154). Sum of RGB (Red+Green+Blue) = 202+112+154=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA709A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA709A is #358F65. Grayscale: #8F8F8F. Windows color (decimal): -3510118 or 10121418. OLE color: 10121418.

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

Color convert

RGB202112154-
CMYK00.450.240.21
HSL332º45.92%61.57%-
HSV(B)332º44.55%79.22%-
XYZ35.9826.4833.79-
YUV143.7133.82169.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.16%
GREEN value IS 112 (44.14% from 255) = 23.93%
BLUE value IS 154 (60.55% from 255) = 32.91%
R=43.16%
G=23.93%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211215400.450.240.2133245.9261.57
HexCA709A02D181514c2e3e
Octal31216023205530255145676
Binary1100101011100001001101001011011100010101101001100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA709A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA709A; }

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

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

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

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

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

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

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

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