#CA6196

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

Shades of Hopbush #CA6196

Tints of Hopbush #CA6196

Color information

#CA6196 (or 0xCA6196) is unknown color: approx Hopbush. HEX triplet: CA, 61 and 96. RGB value is (202,97,150). Sum of RGB (Red+Green+Blue) = 202+97+150=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6196 is #359E69. Grayscale: #868686. Windows color (decimal): -3513962 or 9855434. OLE color: 9855434.

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

Color convert

RGB20297150-
CMYK00.520.260.21
HSL329.71º49.76%58.63%-
HSV(B)329.71º51.98%79.22%-
XYZ34.1423.3131.55-
YUV134.44136.79176.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.99%
GREEN value IS 97 (38.28% from 255) = 21.60%
BLUE value IS 150 (58.98% from 255) = 33.41%
R=44.99%
G=21.60%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029715000.520.260.21329.7149.7658.63
HexCA61960341A1514a323b
Octal31214122606432255126273
Binary1100101011000011001011001101001101010101101001010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6196; }

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

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

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

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

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

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

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

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