#CA76A1

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

Shades of Hopbush #CA76A1

Tints of Hopbush #CA76A1

Color information

#CA76A1 (or 0xCA76A1) is unknown color: approx Hopbush. HEX triplet: CA, 76 and A1. RGB value is (202,118,161). Sum of RGB (Red+Green+Blue) = 202+118+161=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CA76A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA76A1 is #35895E. Grayscale: #939393. Windows color (decimal): -3508575 or 10581706. OLE color: 10581706.

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

Color convert

RGB202118161-
CMYK00.420.200.21
HSL329.29º44.21%62.75%-
HSV(B)329.29º41.58%79.22%-
XYZ37.2728.0937.18-
YUV148.02135.33166.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.00%
GREEN value IS 118 (46.48% from 255) = 24.53%
BLUE value IS 161 (63.28% from 255) = 33.47%
R=42.00%
G=24.53%
B=33.47%

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
Decimal20211816100.420.200.21329.2944.2162.75
HexCA76A102A14151492c3f
Octal31216624105224255115477
Binary1100101011101101010000101010101010010101101001001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA76A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA76A1; }

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

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

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

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

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

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

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

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