#CA7191

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

Shades of Hopbush #CA7191

Tints of Hopbush #CA7191

Color information

#CA7191 (or 0xCA7191) is unknown color: approx Hopbush. HEX triplet: CA, 71 and 91. RGB value is (202,113,145). Sum of RGB (Red+Green+Blue) = 202+113+145=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7191 is #358E6E. Grayscale: #8F8F8F. Windows color (decimal): -3509871 or 9531850. OLE color: 9531850.

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

Color convert

RGB202113145-
CMYK00.440.280.21
HSL338.43º45.64%61.76%-
HSV(B)338.43º44.06%79.22%-
XYZ35.3726.4130.02-
YUV143.26128.99169.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.91%
GREEN value IS 113 (44.53% from 255) = 24.57%
BLUE value IS 145 (57.03% from 255) = 31.52%
R=43.91%
G=24.57%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211314500.440.280.21338.4345.6461.76
HexCA719102C1C151522e3e
Octal31216122105434255225676
Binary1100101011100011001000101011001110010101101010010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7191; }

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

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

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

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

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

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

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

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