#CA6DAB

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

Shades of Hopbush #CA6DAB

Tints of Hopbush #CA6DAB

Color information

#CA6DAB (or 0xCA6DAB) is unknown color: approx Hopbush. HEX triplet: CA, 6D and AB. RGB value is (202,109,171). Sum of RGB (Red+Green+Blue) = 202+109+171=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6DAB is #359254. Grayscale: #8F8F8F. Windows color (decimal): -3510869 or 11234762. OLE color: 11234762.

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

Color convert

RGB202109171-
CMYK00.460.150.21
HSL320º46.73%60.98%-
HSV(B)320º46.04%79.22%-
XYZ37.1826.4341.67-
YUV143.88143.31169.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 109 (42.97% from 255) = 22.61%
BLUE value IS 171 (67.19% from 255) = 35.48%
R=41.91%
G=22.61%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210917100.460.150.2132046.7360.98
HexCA6DAB02EF151402f3d
Octal31215525305617255005775
Binary110010101101101101010110101110111110101101000000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6DAB; }

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

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

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

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

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

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

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

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