#CA6197

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

Shades of Hopbush #CA6197

Tints of Hopbush #CA6197

Color information

#CA6197 (or 0xCA6197) is unknown color: approx Hopbush. HEX triplet: CA, 61 and 97. RGB value is (202,97,151). Sum of RGB (Red+Green+Blue) = 202+97+151=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6197 is #359E68. Grayscale: #868686. Windows color (decimal): -3513961 or 9920970. OLE color: 9920970.

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

Color convert

RGB20297151-
CMYK00.520.250.21
HSL329.14º49.76%58.63%-
HSV(B)329.14º51.98%79.22%-
XYZ34.2223.3431.98-
YUV134.55137.29176.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.89%
GREEN value IS 97 (38.28% from 255) = 21.56%
BLUE value IS 151 (59.38% from 255) = 33.56%
R=44.89%
G=21.56%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029715100.520.250.21329.1449.7658.63
HexCA61970341915149323b
Octal31214122706431255116273
Binary1100101011000011001011101101001100110101101001001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6197; }

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

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

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

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

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

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

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

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