#CA6392

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

Shades of Hopbush #CA6392

Tints of Hopbush #CA6392

Color information

#CA6392 (or 0xCA6392) is unknown color: approx Hopbush. HEX triplet: CA, 63 and 92. RGB value is (202,99,146). Sum of RGB (Red+Green+Blue) = 202+99+146=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6392 is #359C6D. Grayscale: #878787. Windows color (decimal): -3513454 or 9593802. OLE color: 9593802.

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

Color convert

RGB20299146-
CMYK00.510.280.21
HSL332.62º49.28%59.02%-
HSV(B)332.62º50.99%79.22%-
XYZ34.0123.5629.95-
YUV135.16134.12175.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.19%
GREEN value IS 99 (39.06% from 255) = 22.15%
BLUE value IS 146 (57.42% from 255) = 32.66%
R=45.19%
G=22.15%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029914600.510.280.21332.6249.2859.02
HexCA63920331C1514d313b
Octal31214322206334255156173
Binary1100101011000111001001001100111110010101101001101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6392; }

 p { color: rgb(202,99,146); }

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

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

 a { background-color: rgb(202,99,146); }

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

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

 span { border-color: rgb(202,99,146); }

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