#CA75A5

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

Shades of Hopbush #CA75A5

Tints of Hopbush #CA75A5

Color information

#CA75A5 (or 0xCA75A5) is unknown color: approx Hopbush. HEX triplet: CA, 75 and A5. RGB value is (202,117,165). Sum of RGB (Red+Green+Blue) = 202+117+165=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 165 (64.84% from 255 or 34.09% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CA75A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA75A5 is #358A5A. Grayscale: #939393. Windows color (decimal): -3508827 or 10843594. OLE color: 10843594.

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

Color convert

RGB202117165-
CMYK00.420.180.21
HSL326.12º44.5%62.55%-
HSV(B)326.12º42.08%79.22%-
XYZ37.512839.02-
YUV147.89137.66166.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.74%
GREEN value IS 117 (46.09% from 255) = 24.17%
BLUE value IS 165 (64.84% from 255) = 34.09%
R=41.74%
G=24.17%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211716500.420.180.21326.1244.562.55
HexCA75A502A12151462d3f
Octal31216524505222255065577
Binary1100101011101011010010101010101001010101101000110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA75A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA75A5; }

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

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

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

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

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

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

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

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