#CA618C

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

Shades of Hopbush #CA618C

Tints of Hopbush #CA618C

Color information

#CA618C (or 0xCA618C) is unknown color: approx Hopbush. HEX triplet: CA, 61 and 8C. RGB value is (202,97,140). Sum of RGB (Red+Green+Blue) = 202+97+140=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA618C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA618C is #359E73. Grayscale: #858585. Windows color (decimal): -3513972 or 9200074. OLE color: 9200074.

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

Color convert

RGB20297140-
CMYK00.520.310.21
HSL335.43º49.76%58.63%-
HSV(B)335.43º51.98%79.22%-
XYZ33.372327.49-
YUV133.3131.79177-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.01%
GREEN value IS 97 (38.28% from 255) = 22.10%
BLUE value IS 140 (55.08% from 255) = 31.89%
R=46.01%
G=22.10%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029714000.520.310.21335.4349.7658.63
HexCA618C0341F1514f323b
Octal31214121406437255176273
Binary1100101011000011000110001101001111110101101001111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA618C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA618C; }

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

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

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

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

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

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

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

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