#CA66AB

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

Shades of Hopbush #CA66AB

Tints of Hopbush #CA66AB

Color information

#CA66AB (or 0xCA66AB) is unknown color: approx Hopbush. HEX triplet: CA, 66 and AB. RGB value is (202,102,171). Sum of RGB (Red+Green+Blue) = 202+102+171=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA66AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA66AB is #359954. Grayscale: #8B8B8B. Windows color (decimal): -3512661 or 11232970. OLE color: 11232970.

HSL color Cylindrical-coordinate representation of color #CA66AB: hue angle of 318.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA66AB is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB202102171-
CMYK00.500.150.21
HSL318.6º48.54%59.61%-
HSV(B)318.6º49.5%79.22%-
XYZ36.462541.43-
YUV139.77145.63172.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.53%
GREEN value IS 102 (40.23% from 255) = 21.47%
BLUE value IS 171 (67.19% from 255) = 36%
R=42.53%
G=21.47%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210217100.500.150.21318.648.5459.61
HexCA66AB032F1513f313c
Octal31214625306217254776174
Binary110010101100110101010110110010111110101100111111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA66AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA66AB; }

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

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

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

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

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

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

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

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