#CA75A1

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

Shades of Hopbush #CA75A1

Tints of Hopbush #CA75A1

Color information

#CA75A1 (or 0xCA75A1) is unknown color: approx Hopbush. HEX triplet: CA, 75 and A1. RGB value is (202,117,161). Sum of RGB (Red+Green+Blue) = 202+117+161=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 117 (46.09% from 255 or 24.38% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CA75A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA75A1 is #358A5E. Grayscale: #939393. Windows color (decimal): -3508831 or 10581450. OLE color: 10581450.

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

Color convert

RGB202117161-
CMYK00.420.200.21
HSL328.94º44.5%62.55%-
HSV(B)328.94º42.08%79.22%-
XYZ37.1527.8537.14-
YUV147.43135.66166.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.08%
GREEN value IS 117 (46.09% from 255) = 24.38%
BLUE value IS 161 (63.28% from 255) = 33.54%
R=42.08%
G=24.38%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211716100.420.200.21328.9444.562.55
HexCA75A102A14151492d3f
Octal31216524105224255115577
Binary1100101011101011010000101010101010010101101001001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA75A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA75A1; }

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

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

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

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

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

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

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

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