#CA7299

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

Shades of Hopbush #CA7299

Tints of Hopbush #CA7299

Color information

#CA7299 (or 0xCA7299) is unknown color: approx Hopbush. HEX triplet: CA, 72 and 99. RGB value is (202,114,153). Sum of RGB (Red+Green+Blue) = 202+114+153=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 153 (60.16% from 255 or 32.62% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7299 is #358D66. Grayscale: #909090. Windows color (decimal): -3509607 or 10056394. OLE color: 10056394.

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

Color convert

RGB202114153-
CMYK00.440.240.21
HSL333.41º45.36%61.96%-
HSV(B)333.41º43.56%79.22%-
XYZ36.1226.8933.42-
YUV144.76132.65168.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.07%
GREEN value IS 114 (44.92% from 255) = 24.31%
BLUE value IS 153 (60.16% from 255) = 32.62%
R=43.07%
G=24.31%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211415300.440.240.21333.4145.3661.96
HexCA729902C181514d2d3e
Octal31216223105430255155576
Binary1100101011100101001100101011001100010101101001101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7299; }

 p { color: rgb(202,114,153); }

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

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

 a { background-color: rgb(202,114,153); }

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

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

 span { border-color: rgb(202,114,153); }

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