#CA7794

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

Shades of Hopbush #CA7794

Tints of Hopbush #CA7794

Color information

#CA7794 (or 0xCA7794) is unknown color: approx Hopbush. HEX triplet: CA, 77 and 94. RGB value is (202,119,148). Sum of RGB (Red+Green+Blue) = 202+119+148=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7794 is #35886B. Grayscale: #939393. Windows color (decimal): -3508332 or 9729994. OLE color: 9729994.

HSL color Cylindrical-coordinate representation of color #CA7794: hue angle of 339.04º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA7794 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB202119148-
CMYK00.410.270.21
HSL339.04º43.92%62.94%-
HSV(B)339.04º41.09%79.22%-
XYZ36.327.8931.49-
YUV147.12128.5167.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.07%
GREEN value IS 119 (46.88% from 255) = 25.37%
BLUE value IS 148 (58.20% from 255) = 31.56%
R=43.07%
G=25.37%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211914800.410.270.21339.0443.9262.94
HexCA77940291B151532c3f
Octal31216722405133255235477
Binary1100101011101111001010001010011101110101101010011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7794; }

 p { color: rgb(202,119,148); }

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

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

 a { background-color: rgb(202,119,148); }

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

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

 span { border-color: rgb(202,119,148); }

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