#CA6BA1

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

Shades of Hopbush #CA6BA1

Tints of Hopbush #CA6BA1

Color information

#CA6BA1 (or 0xCA6BA1) is unknown color: approx Hopbush. HEX triplet: CA, 6B and A1. RGB value is (202,107,161). Sum of RGB (Red+Green+Blue) = 202+107+161=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 107 (42.19% from 255 or 22.77% from 470); Blue value is 161 (63.28% from 255 or 34.26% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6BA1 is #35945E. Grayscale: #8D8D8D. Windows color (decimal): -3511391 or 10578890. OLE color: 10578890.

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

Color convert

RGB202107161-
CMYK00.470.200.21
HSL325.89º47.26%60.59%-
HSV(B)325.89º47.03%79.22%-
XYZ36.0525.6536.77-
YUV141.56138.97171.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.98%
GREEN value IS 107 (42.19% from 255) = 22.77%
BLUE value IS 161 (63.28% from 255) = 34.26%
R=42.98%
G=22.77%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210716100.470.200.21325.8947.2660.59
HexCA6BA102F14151462f3d
Octal31215324105724255065775
Binary1100101011010111010000101011111010010101101000110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6BA1; }

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

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

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

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

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

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

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

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