#CA76B2

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

Shades of Hopbush #CA76B2

Tints of Hopbush #CA76B2

Color information

#CA76B2 (or 0xCA76B2) is unknown color: approx Hopbush. HEX triplet: CA, 76 and B2. RGB value is (202,118,178). Sum of RGB (Red+Green+Blue) = 202+118+178=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 118 (46.48% from 255 or 23.69% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CA76B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA76B2 is #35894D. Grayscale: #959595. Windows color (decimal): -3508558 or 11695818. OLE color: 11695818.

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

Color convert

RGB202118178-
CMYK00.420.120.21
HSL317.14º44.21%62.75%-
HSV(B)317.14º41.58%79.22%-
XYZ38.8728.7345.62-
YUV149.96143.83165.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.56%
GREEN value IS 118 (46.48% from 255) = 23.69%
BLUE value IS 178 (69.92% from 255) = 35.74%
R=40.56%
G=23.69%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211817800.420.120.21317.1444.2162.75
HexCA76B202AC1513d2c3f
Octal31216626205214254755477
Binary110010101110110101100100101010110010101100111101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA76B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA76B2; }

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

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

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

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

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

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

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

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