#CA749D

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

Shades of Hopbush #CA749D

Tints of Hopbush #CA749D

Color information

#CA749D (or 0xCA749D) is unknown color: approx Hopbush. HEX triplet: CA, 74 and 9D. RGB value is (202,116,157). Sum of RGB (Red+Green+Blue) = 202+116+157=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA749D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA749D is #358B62. Grayscale: #929292. Windows color (decimal): -3509091 or 10319050. OLE color: 10319050.

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

Color convert

RGB202116157-
CMYK00.430.220.21
HSL331.4º44.79%62.35%-
HSV(B)331.4º42.57%79.22%-
XYZ36.6927.4835.27-
YUV146.39133.99167.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.53%
GREEN value IS 116 (45.70% from 255) = 24.42%
BLUE value IS 157 (61.72% from 255) = 33.05%
R=42.53%
G=24.42%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211615700.430.220.21331.444.7962.35
HexCA749D02B161514b2d3e
Octal31216423505326255135576
Binary1100101011101001001110101010111011010101101001011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA749D; }

 p { color: rgb(202,116,157); }

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

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

 a { background-color: rgb(202,116,157); }

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

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

 span { border-color: rgb(202,116,157); }

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