#CA74AB

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

Shades of Hopbush #CA74AB

Tints of Hopbush #CA74AB

Color information

#CA74AB (or 0xCA74AB) is unknown color: approx Hopbush. HEX triplet: CA, 74 and AB. RGB value is (202,116,171). Sum of RGB (Red+Green+Blue) = 202+116+171=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CA74AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA74AB is #358B54. Grayscale: #939393. Windows color (decimal): -3509077 or 11236554. OLE color: 11236554.

HSL color Cylindrical-coordinate representation of color #CA74AB: hue angle of 321.63º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA74AB is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB202116171-
CMYK00.430.150.21
HSL321.63º44.79%62.35%-
HSV(B)321.63º42.57%79.22%-
XYZ37.9527.9941.93-
YUV147.98140.99166.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.31%
GREEN value IS 116 (45.70% from 255) = 23.72%
BLUE value IS 171 (67.19% from 255) = 34.97%
R=41.31%
G=23.72%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211617100.430.150.21321.6344.7962.35
HexCA74AB02BF151422d3e
Octal31216425305317255025576
Binary110010101110100101010110101011111110101101000010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA74AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA74AB; }

 p { color: rgb(202,116,171); }

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

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

 a { background-color: rgb(202,116,171); }

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

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

 span { border-color: rgb(202,116,171); }

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