#CA739A

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

Shades of Hopbush #CA739A

Tints of Hopbush #CA739A

Color information

#CA739A (or 0xCA739A) is unknown color: approx Hopbush. HEX triplet: CA, 73 and 9A. RGB value is (202,115,154). Sum of RGB (Red+Green+Blue) = 202+115+154=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CA739A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA739A is #358C65. Grayscale: #919191. Windows color (decimal): -3509350 or 10122186. OLE color: 10122186.

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

Color convert

RGB202115154-
CMYK00.430.240.21
HSL333.1º45.08%62.16%-
HSV(B)333.1º43.07%79.22%-
XYZ36.3227.1533.9-
YUV145.46132.82168.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.89%
GREEN value IS 115 (45.31% from 255) = 24.42%
BLUE value IS 154 (60.55% from 255) = 32.70%
R=42.89%
G=24.42%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211515400.430.240.21333.145.0862.16
HexCA739A02B181514d2d3e
Octal31216323205330255155576
Binary1100101011100111001101001010111100010101101001101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA739A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA739A; }

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

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

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

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

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

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

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

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