#CA7198

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

Shades of Hopbush #CA7198

Tints of Hopbush #CA7198

Color information

#CA7198 (or 0xCA7198) is unknown color: approx Hopbush. HEX triplet: CA, 71 and 98. RGB value is (202,113,152). Sum of RGB (Red+Green+Blue) = 202+113+152=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7198 is #358E67. Grayscale: #8F8F8F. Windows color (decimal): -3509864 or 9990602. OLE color: 9990602.

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

Color convert

RGB202113152-
CMYK00.440.250.21
HSL333.71º45.64%61.76%-
HSV(B)333.71º44.06%79.22%-
XYZ35.9326.6332.95-
YUV144.06132.49169.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 113 (44.53% from 255) = 24.20%
BLUE value IS 152 (59.77% from 255) = 32.55%
R=43.25%
G=24.20%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211315200.440.250.21333.7145.6461.76
HexCA719802C191514e2e3e
Octal31216123005431255165676
Binary1100101011100011001100001011001100110101101001110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7198; }

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

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

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

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

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

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

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

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