#CA6799

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

Shades of Hopbush #CA6799

Tints of Hopbush #CA6799

Color information

#CA6799 (or 0xCA6799) is unknown color: approx Hopbush. HEX triplet: CA, 67 and 99. RGB value is (202,103,153). Sum of RGB (Red+Green+Blue) = 202+103+153=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6799 is #359866. Grayscale: #8A8A8A. Windows color (decimal): -3512423 or 10053578. OLE color: 10053578.

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

Color convert

RGB202103153-
CMYK00.490.240.21
HSL329.7º48.29%59.8%-
HSV(B)329.7º49.01%79.22%-
XYZ34.9624.5633.03-
YUV138.3136.3173.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.10%
GREEN value IS 103 (40.62% from 255) = 22.49%
BLUE value IS 153 (60.16% from 255) = 33.41%
R=44.10%
G=22.49%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210315300.490.240.21329.748.2959.8
HexCA6799031181514a303c
Octal31214723106130255126074
Binary1100101011001111001100101100011100010101101001010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6799; }

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

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

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

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

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

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

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

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