#CA6485

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

Shades of Hopbush #CA6485

Tints of Hopbush #CA6485

Color information

#CA6485 (or 0xCA6485) is unknown color: approx Hopbush. HEX triplet: CA, 64 and 85. RGB value is (202,100,133). Sum of RGB (Red+Green+Blue) = 202+100+133=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6485 is #359B7A. Grayscale: #868686. Windows color (decimal): -3513211 or 8742090. OLE color: 8742090.

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

Color convert

RGB202100133-
CMYK00.500.340.21
HSL340.59º49.04%59.22%-
HSV(B)340.59º50.5%79.22%-
XYZ33.1523.3624.95-
YUV134.26127.29176.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.44%
GREEN value IS 100 (39.45% from 255) = 22.99%
BLUE value IS 133 (52.34% from 255) = 30.57%
R=46.44%
G=22.99%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210013300.500.340.21340.5949.0459.22
HexCA64850322215155313b
Octal31214420506242255256173
Binary11001010110010010000101011001010001010101101010101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6485; }

 p { color: rgb(202,100,133); }

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

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

 a { background-color: rgb(202,100,133); }

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

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

 span { border-color: rgb(202,100,133); }

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