#CA7694

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

Shades of Hopbush #CA7694

Tints of Hopbush #CA7694

Color information

#CA7694 (or 0xCA7694) is unknown color: approx Hopbush. HEX triplet: CA, 76 and 94. RGB value is (202,118,148). Sum of RGB (Red+Green+Blue) = 202+118+148=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7694 is #35896B. Grayscale: #929292. Windows color (decimal): -3508588 or 9729738. OLE color: 9729738.

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

Color convert

RGB202118148-
CMYK00.420.270.21
HSL338.57º44.21%62.75%-
HSV(B)338.57º41.58%79.22%-
XYZ36.1827.6531.45-
YUV146.54128.83167.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.16%
GREEN value IS 118 (46.48% from 255) = 25.21%
BLUE value IS 148 (58.20% from 255) = 31.62%
R=43.16%
G=25.21%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211814800.420.270.21338.5744.2162.75
HexCA769402A1B151532c3f
Octal31216622405233255235477
Binary1100101011101101001010001010101101110101101010011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7694; }

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

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

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

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

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

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

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

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