#CA608F

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

Shades of Hopbush #CA608F

Tints of Hopbush #CA608F

Color information

#CA608F (or 0xCA608F) is unknown color: approx Hopbush. HEX triplet: CA, 60 and 8F. RGB value is (202,96,143). Sum of RGB (Red+Green+Blue) = 202+96+143=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA608F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA608F is #359F70. Grayscale: #848484. Windows color (decimal): -3514225 or 9396426. OLE color: 9396426.

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

Color convert

RGB20296143-
CMYK00.520.290.21
HSL333.4º50%58.43%-
HSV(B)333.4º52.48%79.22%-
XYZ33.522.9128.64-
YUV133.05133.62177.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.80%
GREEN value IS 96 (37.89% from 255) = 21.77%
BLUE value IS 143 (56.25% from 255) = 32.43%
R=45.80%
G=21.77%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029614300.520.290.21333.45058.43
HexCA608F0341D1514d323a
Octal31214021706435255156272
Binary1100101011000001000111101101001110110101101001101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA608F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA608F; }

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

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

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

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

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

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

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

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