#CA6193

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

Shades of Hopbush #CA6193

Tints of Hopbush #CA6193

Color information

#CA6193 (or 0xCA6193) is unknown color: approx Hopbush. HEX triplet: CA, 61 and 93. RGB value is (202,97,147). Sum of RGB (Red+Green+Blue) = 202+97+147=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6193 is #359E6C. Grayscale: #868686. Windows color (decimal): -3513965 or 9658826. OLE color: 9658826.

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

Color convert

RGB20297147-
CMYK00.520.270.21
HSL331.43º49.76%58.63%-
HSV(B)331.43º51.98%79.22%-
XYZ33.923.2130.3-
YUV134.1135.29176.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.29%
GREEN value IS 97 (38.28% from 255) = 21.75%
BLUE value IS 147 (57.81% from 255) = 32.96%
R=45.29%
G=21.75%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029714700.520.270.21331.4349.7658.63
HexCA61930341B1514b323b
Octal31214122306433255136273
Binary1100101011000011001001101101001101110101101001011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6193; }

 p { color: rgb(202,97,147); }

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

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

 a { background-color: rgb(202,97,147); }

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

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

 span { border-color: rgb(202,97,147); }

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