#CA75A3

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

Shades of Hopbush #CA75A3

Tints of Hopbush #CA75A3

Color information

#CA75A3 (or 0xCA75A3) is unknown color: approx Hopbush. HEX triplet: CA, 75 and A3. RGB value is (202,117,163). Sum of RGB (Red+Green+Blue) = 202+117+163=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA75A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA75A3 is #358A5C. Grayscale: #939393. Windows color (decimal): -3508829 or 10712522. OLE color: 10712522.

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

Color convert

RGB202117163-
CMYK00.420.190.21
HSL327.53º44.5%62.55%-
HSV(B)327.53º42.08%79.22%-
XYZ37.3327.9238.07-
YUV147.66136.66166.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 117 (46.09% from 255) = 24.27%
BLUE value IS 163 (64.06% from 255) = 33.82%
R=41.91%
G=24.27%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211716300.420.190.21327.5344.562.55
HexCA75A302A13151482d3f
Octal31216524305223255105577
Binary1100101011101011010001101010101001110101101001000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA75A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA75A3; }

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

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

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

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

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

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

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

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