#CA7697

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

Shades of Hopbush #CA7697

Tints of Hopbush #CA7697

Color information

#CA7697 (or 0xCA7697) is unknown color: approx Hopbush. HEX triplet: CA, 76 and 97. RGB value is (202,118,151). Sum of RGB (Red+Green+Blue) = 202+118+151=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 151 (59.38% from 255 or 32.06% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7697 is #358968. Grayscale: #929292. Windows color (decimal): -3508585 or 9926346. OLE color: 9926346.

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

Color convert

RGB202118151-
CMYK00.420.250.21
HSL336.43º44.21%62.75%-
HSV(B)336.43º41.58%79.22%-
XYZ36.4227.7532.71-
YUV146.88130.33167.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.89%
GREEN value IS 118 (46.48% from 255) = 25.05%
BLUE value IS 151 (59.38% from 255) = 32.06%
R=42.89%
G=25.05%
B=32.06%

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
Decimal20211815100.420.250.21336.4344.2162.75
HexCA769702A19151502c3f
Octal31216622705231255205477
Binary1100101011101101001011101010101100110101101010000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7697; }

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

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

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

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

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

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

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

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