#CA608E

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

Shades of Hopbush #CA608E

Tints of Hopbush #CA608E

Color information

#CA608E (or 0xCA608E) is unknown color: approx Hopbush. HEX triplet: CA, 60 and 8E. RGB value is (202,96,142). Sum of RGB (Red+Green+Blue) = 202+96+142=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA608E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA608E is #359F71. Grayscale: #848484. Windows color (decimal): -3514226 or 9330890. OLE color: 9330890.

HSL color Cylindrical-coordinate representation of color #CA608E: hue angle of 333.96º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA608E is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB20296142-
CMYK00.520.300.21
HSL333.96º50%58.43%-
HSV(B)333.96º52.48%79.22%-
XYZ33.4222.8828.25-
YUV132.94133.12177.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 96 (37.89% from 255) = 21.82%
BLUE value IS 142 (55.86% from 255) = 32.27%
R=45.91%
G=21.82%
B=32.27%

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
Decimal2029614200.520.300.21333.965058.43
HexCA608E0341E1514e323a
Octal31214021606436255166272
Binary1100101011000001000111001101001111010101101001110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA608E; }

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

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

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

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

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

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

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

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