#CA729F

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

Shades of Hopbush #CA729F

Tints of Hopbush #CA729F

Color information

#CA729F (or 0xCA729F) is unknown color: approx Hopbush. HEX triplet: CA, 72 and 9F. RGB value is (202,114,159). Sum of RGB (Red+Green+Blue) = 202+114+159=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA729F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA729F is #358D60. Grayscale: #919191. Windows color (decimal): -3509601 or 10449610. OLE color: 10449610.

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

Color convert

RGB202114159-
CMYK00.440.210.21
HSL329.32º45.36%61.96%-
HSV(B)329.32º43.56%79.22%-
XYZ36.6327.0936.1-
YUV145.44135.65168.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.53%
GREEN value IS 114 (44.92% from 255) = 24%
BLUE value IS 159 (62.5% from 255) = 33.47%
R=42.53%
G=24%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211415900.440.210.21329.3245.3661.96
HexCA729F02C15151492d3e
Octal31216223705425255115576
Binary1100101011100101001111101011001010110101101001001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA729F; }

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

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

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

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

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

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

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

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