#CA6199

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

Shades of Hopbush #CA6199

Tints of Hopbush #CA6199

Color information

#CA6199 (or 0xCA6199) is unknown color: approx Hopbush. HEX triplet: CA, 61 and 99. RGB value is (202,97,153). Sum of RGB (Red+Green+Blue) = 202+97+153=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6199 is #359E66. Grayscale: #868686. Windows color (decimal): -3513959 or 10052042. OLE color: 10052042.

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

Color convert

RGB20297153-
CMYK00.520.240.21
HSL328º49.76%58.63%-
HSV(B)328º51.98%79.22%-
XYZ34.3823.4132.84-
YUV134.78138.29175.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.69%
GREEN value IS 97 (38.28% from 255) = 21.46%
BLUE value IS 153 (60.16% from 255) = 33.85%
R=44.69%
G=21.46%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029715300.520.240.2132849.7658.63
HexCA61990341815148323b
Octal31214123106430255106273
Binary1100101011000011001100101101001100010101101001000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6199; }

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

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

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

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

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

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

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

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