#CA75AE

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

Shades of Hopbush #CA75AE

Tints of Hopbush #CA75AE

Color information

#CA75AE (or 0xCA75AE) is unknown color: approx Hopbush. HEX triplet: CA, 75 and AE. RGB value is (202,117,174). Sum of RGB (Red+Green+Blue) = 202+117+174=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CA75AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA75AE is #358A51. Grayscale: #949494. Windows color (decimal): -3508818 or 11433418. OLE color: 11433418.

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

Color convert

RGB202117174-
CMYK00.420.140.21
HSL319.76º44.5%62.55%-
HSV(B)319.76º42.08%79.22%-
XYZ38.3628.3443.49-
YUV148.91142.16165.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.97%
GREEN value IS 117 (46.09% from 255) = 23.73%
BLUE value IS 174 (68.36% from 255) = 35.29%
R=40.97%
G=23.73%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211717400.420.140.21319.7644.562.55
HexCA75AE02AE151402d3f
Octal31216525605216255005577
Binary110010101110101101011100101010111010101101000000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA75AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA75AE; }

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

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

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

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

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

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

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

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