#CA6BA0

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

Shades of Hopbush #CA6BA0

Tints of Hopbush #CA6BA0

Color information

#CA6BA0 (or 0xCA6BA0) is unknown color: approx Hopbush. HEX triplet: CA, 6B and A0. RGB value is (202,107,160). Sum of RGB (Red+Green+Blue) = 202+107+160=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 107 (42.19% from 255 or 22.81% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6BA0 is #35945F. Grayscale: #8D8D8D. Windows color (decimal): -3511392 or 10513354. OLE color: 10513354.

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

Color convert

RGB202107160-
CMYK00.470.210.21
HSL326.53º47.26%60.59%-
HSV(B)326.53º47.03%79.22%-
XYZ35.9625.6136.31-
YUV141.45138.47171.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.07%
GREEN value IS 107 (42.19% from 255) = 22.81%
BLUE value IS 160 (62.89% from 255) = 34.12%
R=43.07%
G=22.81%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210716000.470.210.21326.5347.2660.59
HexCA6BA002F15151472f3d
Octal31215324005725255075775
Binary1100101011010111010000001011111010110101101000111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6BA0; }

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

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

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

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

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

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

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

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