#CA7698

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

Shades of Hopbush #CA7698

Tints of Hopbush #CA7698

Color information

#CA7698 (or 0xCA7698) is unknown color: approx Hopbush. HEX triplet: CA, 76 and 98. RGB value is (202,118,152). Sum of RGB (Red+Green+Blue) = 202+118+152=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7698 is #358967. Grayscale: #929292. Windows color (decimal): -3508584 or 9991882. OLE color: 9991882.

HSL color Cylindrical-coordinate representation of color #CA7698: hue angle of 335.71º 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 #CA7698 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB202118152-
CMYK00.420.250.21
HSL335.71º44.21%62.75%-
HSV(B)335.71º41.58%79.22%-
XYZ36.527.7833.14-
YUV146.99130.83167.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.80%
GREEN value IS 118 (46.48% from 255) = 25%
BLUE value IS 152 (59.77% from 255) = 32.20%
R=42.80%
G=25%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211815200.420.250.21335.7144.2162.75
HexCA769802A19151502c3f
Octal31216623005231255205477
Binary1100101011101101001100001010101100110101101010000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7698; }

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

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

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

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

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

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

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

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