#CA619D

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

Shades of Hopbush #CA619D

Tints of Hopbush #CA619D

Color information

#CA619D (or 0xCA619D) is unknown color: approx Hopbush. HEX triplet: CA, 61 and 9D. RGB value is (202,97,157). Sum of RGB (Red+Green+Blue) = 202+97+157=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA619D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA619D is #359E62. Grayscale: #878787. Windows color (decimal): -3513955 or 10314186. OLE color: 10314186.

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

Color convert

RGB20297157-
CMYK00.520.220.21
HSL325.71º49.76%58.63%-
HSV(B)325.71º51.98%79.22%-
XYZ34.7223.5434.61-
YUV135.23140.29175.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.30%
GREEN value IS 97 (38.28% from 255) = 21.27%
BLUE value IS 157 (61.72% from 255) = 34.43%
R=44.30%
G=21.27%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029715700.520.220.21325.7149.7658.63
HexCA619D0341615146323b
Octal31214123506426255066273
Binary1100101011000011001110101101001011010101101000110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA619D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA619D; }

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

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

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

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

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

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

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

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