#CA7297

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

Shades of Hopbush #CA7297

Tints of Hopbush #CA7297

Color information

#CA7297 (or 0xCA7297) is unknown color: approx Hopbush. HEX triplet: CA, 72 and 97. RGB value is (202,114,151). Sum of RGB (Red+Green+Blue) = 202+114+151=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7297 is #358D68. Grayscale: #909090. Windows color (decimal): -3509609 or 9925322. OLE color: 9925322.

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

Color convert

RGB202114151-
CMYK00.440.250.21
HSL334.77º45.36%61.96%-
HSV(B)334.77º43.56%79.22%-
XYZ35.9626.8332.56-
YUV144.53131.65168.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 114 (44.92% from 255) = 24.41%
BLUE value IS 151 (59.38% from 255) = 32.33%
R=43.25%
G=24.41%
B=32.33%

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
Decimal20211415100.440.250.21334.7745.3661.96
HexCA729702C191514f2d3e
Octal31216222705431255175576
Binary1100101011100101001011101011001100110101101001111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7297; }

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

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

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

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

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

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

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

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