#CA75AC

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

Shades of Hopbush #CA75AC

Tints of Hopbush #CA75AC

Color information

#CA75AC (or 0xCA75AC) is unknown color: approx Hopbush. HEX triplet: CA, 75 and AC. RGB value is (202,117,172). Sum of RGB (Red+Green+Blue) = 202+117+172=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA75AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA75AC is #358A53. Grayscale: #949494. Windows color (decimal): -3508820 or 11302346. OLE color: 11302346.

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

Color convert

RGB202117172-
CMYK00.420.150.21
HSL321.18º44.5%62.55%-
HSV(B)321.18º42.08%79.22%-
XYZ38.1628.2642.47-
YUV148.68141.16166.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.14%
GREEN value IS 117 (46.09% from 255) = 23.83%
BLUE value IS 172 (67.58% from 255) = 35.03%
R=41.14%
G=23.83%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211717200.420.150.21321.1844.562.55
HexCA75AC02AF151412d3f
Octal31216525405217255015577
Binary110010101110101101011000101010111110101101000001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA75AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA75AC; }

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

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

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

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

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

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

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

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