#CA618E

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

Shades of Hopbush #CA618E

Tints of Hopbush #CA618E

Color information

#CA618E (or 0xCA618E) is unknown color: approx Hopbush. HEX triplet: CA, 61 and 8E. RGB value is (202,97,142). Sum of RGB (Red+Green+Blue) = 202+97+142=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA618E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA618E is #359E71. Grayscale: #858585. Windows color (decimal): -3513970 or 9331146. OLE color: 9331146.

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

Color convert

RGB20297142-
CMYK00.520.300.21
HSL334.29º49.76%58.63%-
HSV(B)334.29º51.98%79.22%-
XYZ33.5123.0628.28-
YUV133.52132.79176.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.80%
GREEN value IS 97 (38.28% from 255) = 22.00%
BLUE value IS 142 (55.86% from 255) = 32.20%
R=45.80%
G=22.00%
B=32.20%

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
Decimal2029714200.520.300.21334.2949.7658.63
HexCA618E0341E1514e323b
Octal31214121606436255166273
Binary1100101011000011000111001101001111010101101001110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA618E; }

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

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

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

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

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

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

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

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