#CA618D

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

Shades of Hopbush #CA618D

Tints of Hopbush #CA618D

Color information

#CA618D (or 0xCA618D) is unknown color: approx Hopbush. HEX triplet: CA, 61 and 8D. RGB value is (202,97,141). Sum of RGB (Red+Green+Blue) = 202+97+141=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA618D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA618D is #359E72. Grayscale: #858585. Windows color (decimal): -3513971 or 9265610. OLE color: 9265610.

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

Color convert

RGB20297141-
CMYK00.520.300.21
HSL334.86º49.76%58.63%-
HSV(B)334.86º51.98%79.22%-
XYZ33.4423.0327.88-
YUV133.41132.29176.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 97 (38.28% from 255) = 22.05%
BLUE value IS 141 (55.47% from 255) = 32.05%
R=45.91%
G=22.05%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029714100.520.300.21334.8649.7658.63
HexCA618D0341E1514f323b
Octal31214121506436255176273
Binary1100101011000011000110101101001111010101101001111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA618D; }

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

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

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

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

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

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

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

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