#CA6D9A

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

Shades of Hopbush #CA6D9A

Tints of Hopbush #CA6D9A

Color information

#CA6D9A (or 0xCA6D9A) is unknown color: approx Hopbush. HEX triplet: CA, 6D and 9A. RGB value is (202,109,154). Sum of RGB (Red+Green+Blue) = 202+109+154=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6D9A is #359265. Grayscale: #8D8D8D. Windows color (decimal): -3510886 or 10120650. OLE color: 10120650.

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

Color convert

RGB202109154-
CMYK00.460.240.21
HSL330.97º46.73%60.98%-
HSV(B)330.97º46.04%79.22%-
XYZ35.6625.8333.68-
YUV141.94134.81170.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.44%
GREEN value IS 109 (42.97% from 255) = 23.44%
BLUE value IS 154 (60.55% from 255) = 33.12%
R=43.44%
G=23.44%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210915400.460.240.21330.9746.7360.98
HexCA6D9A02E181514b2f3d
Octal31215523205630255135775
Binary1100101011011011001101001011101100010101101001011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6D9A; }

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

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

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

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

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

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

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

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