#CA6699

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

Shades of Hopbush #CA6699

Tints of Hopbush #CA6699

Color information

#CA6699 (or 0xCA6699) is unknown color: approx Hopbush. HEX triplet: CA, 66 and 99. RGB value is (202,102,153). Sum of RGB (Red+Green+Blue) = 202+102+153=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6699 is #359966. Grayscale: #898989. Windows color (decimal): -3512679 or 10053322. OLE color: 10053322.

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

Color convert

RGB202102153-
CMYK00.500.240.21
HSL329.4º48.54%59.61%-
HSV(B)329.4º49.5%79.22%-
XYZ34.8624.3633-
YUV137.71136.63173.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 102 (40.23% from 255) = 22.32%
BLUE value IS 153 (60.16% from 255) = 33.48%
R=44.20%
G=22.32%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210215300.500.240.21329.448.5459.61
HexCA66990321815149313c
Octal31214623106230255116174
Binary1100101011001101001100101100101100010101101001001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6699; }

 p { color: rgb(202,102,153); }

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

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

 a { background-color: rgb(202,102,153); }

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

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

 span { border-color: rgb(202,102,153); }

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