#CA6088

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

Shades of Hopbush #CA6088

Tints of Hopbush #CA6088

Color information

#CA6088 (or 0xCA6088) is unknown color: approx Hopbush. HEX triplet: CA, 60 and 88. RGB value is (202,96,136). Sum of RGB (Red+Green+Blue) = 202+96+136=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6088 is #359F77. Grayscale: #848484. Windows color (decimal): -3514232 or 8937674. OLE color: 8937674.

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

Color convert

RGB20296136-
CMYK00.520.330.21
HSL337.36º50%58.43%-
HSV(B)337.36º52.48%79.22%-
XYZ32.9822.725.94-
YUV132.25130.12177.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.54%
GREEN value IS 96 (37.89% from 255) = 22.12%
BLUE value IS 136 (53.52% from 255) = 31.34%
R=46.54%
G=22.12%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029613600.520.330.21337.365058.43
HexCA60880342115151323a
Octal31214021006441255216272
Binary11001010110000010001000011010010000110101101010001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6088; }

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

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

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

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

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

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

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

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