#CA6588

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

Shades of Hopbush #CA6588

Tints of Hopbush #CA6588

Color information

#CA6588 (or 0xCA6588) is unknown color: approx Hopbush. HEX triplet: CA, 65 and 88. RGB value is (202,101,136). Sum of RGB (Red+Green+Blue) = 202+101+136=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6588 is #359A77. Grayscale: #878787. Windows color (decimal): -3512952 or 8938954. OLE color: 8938954.

HSL color Cylindrical-coordinate representation of color #CA6588: hue angle of 339.21º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA6588 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB202101136-
CMYK00.500.330.21
HSL339.21º48.79%59.41%-
HSV(B)339.21º50%79.22%-
XYZ33.4523.6426.09-
YUV135.19128.46175.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.01%
GREEN value IS 101 (39.84% from 255) = 23.01%
BLUE value IS 136 (53.52% from 255) = 30.98%
R=46.01%
G=23.01%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210113600.500.330.21339.2148.7959.41
HexCA65880322115153313b
Octal31214521006241255236173
Binary11001010110010110001000011001010000110101101010011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6588; }

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

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

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

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

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

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

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

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