#CA619C

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

Shades of Hopbush #CA619C

Tints of Hopbush #CA619C

Color information

#CA619C (or 0xCA619C) is unknown color: approx Hopbush. HEX triplet: CA, 61 and 9C. RGB value is (202,97,156). Sum of RGB (Red+Green+Blue) = 202+97+156=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA619C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA619C is #359E63. Grayscale: #868686. Windows color (decimal): -3513956 or 10248650. OLE color: 10248650.

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

Color convert

RGB20297156-
CMYK00.520.230.21
HSL326.29º49.76%58.63%-
HSV(B)326.29º51.98%79.22%-
XYZ34.6323.5134.16-
YUV135.12139.79175.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.40%
GREEN value IS 97 (38.28% from 255) = 21.32%
BLUE value IS 156 (61.33% from 255) = 34.29%
R=44.40%
G=21.32%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029715600.520.230.21326.2949.7658.63
HexCA619C0341715146323b
Octal31214123406427255066273
Binary1100101011000011001110001101001011110101101000110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA619C; }

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

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

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

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

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

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

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

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