#CA759D

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

Shades of Hopbush #CA759D

Tints of Hopbush #CA759D

Color information

#CA759D (or 0xCA759D) is unknown color: approx Hopbush. HEX triplet: CA, 75 and 9D. RGB value is (202,117,157). Sum of RGB (Red+Green+Blue) = 202+117+157=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA759D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA759D is #358A62. Grayscale: #929292. Windows color (decimal): -3508835 or 10319306. OLE color: 10319306.

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

Color convert

RGB202117157-
CMYK00.420.220.21
HSL331.76º44.5%62.55%-
HSV(B)331.76º42.08%79.22%-
XYZ36.827.7135.31-
YUV146.98133.66167.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.44%
GREEN value IS 117 (46.09% from 255) = 24.58%
BLUE value IS 157 (61.72% from 255) = 32.98%
R=42.44%
G=24.58%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211715700.420.220.21331.7644.562.55
HexCA759D02A161514c2d3f
Octal31216523505226255145577
Binary1100101011101011001110101010101011010101101001100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA759D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA759D; }

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

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

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

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

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

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

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

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