#CA609B

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

Shades of Hopbush #CA609B

Tints of Hopbush #CA609B

Color information

#CA609B (or 0xCA609B) is unknown color: approx Hopbush. HEX triplet: CA, 60 and 9B. RGB value is (202,96,155). Sum of RGB (Red+Green+Blue) = 202+96+155=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA609B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA609B is #359F64. Grayscale: #868686. Windows color (decimal): -3514213 or 10182858. OLE color: 10182858.

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

Color convert

RGB20296155-
CMYK00.520.230.21
HSL326.6º50%58.43%-
HSV(B)326.6º52.48%79.22%-
XYZ34.4623.2933.69-
YUV134.42139.62176.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.59%
GREEN value IS 96 (37.89% from 255) = 21.19%
BLUE value IS 155 (60.94% from 255) = 34.22%
R=44.59%
G=21.19%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029615500.520.230.21326.65058.43
HexCA609B0341715147323a
Octal31214023306427255076272
Binary1100101011000001001101101101001011110101101000111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA609B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA609B; }

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

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

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

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

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

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

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

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