#CA7193

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

Shades of Hopbush #CA7193

Tints of Hopbush #CA7193

Color information

#CA7193 (or 0xCA7193) is unknown color: approx Hopbush. HEX triplet: CA, 71 and 93. RGB value is (202,113,147). Sum of RGB (Red+Green+Blue) = 202+113+147=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7193 is #358E6C. Grayscale: #8F8F8F. Windows color (decimal): -3509869 or 9662922. OLE color: 9662922.

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

Color convert

RGB202113147-
CMYK00.440.270.21
HSL337.08º45.64%61.76%-
HSV(B)337.08º44.06%79.22%-
XYZ35.5326.4730.84-
YUV143.49129.99169.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.72%
GREEN value IS 113 (44.53% from 255) = 24.46%
BLUE value IS 147 (57.81% from 255) = 31.82%
R=43.72%
G=24.46%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211314700.440.270.21337.0845.6461.76
HexCA719302C1B151512e3e
Octal31216122305433255215676
Binary1100101011100011001001101011001101110101101010001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7193; }

 p { color: rgb(202,113,147); }

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

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

 a { background-color: rgb(202,113,147); }

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

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

 span { border-color: rgb(202,113,147); }

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