#CA7292

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

Shades of Hopbush #CA7292

Tints of Hopbush #CA7292

Color information

#CA7292 (or 0xCA7292) is unknown color: approx Hopbush. HEX triplet: CA, 72 and 92. RGB value is (202,114,146). Sum of RGB (Red+Green+Blue) = 202+114+146=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7292 is #358D6D. Grayscale: #8F8F8F. Windows color (decimal): -3509614 or 9597642. OLE color: 9597642.

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

Color convert

RGB202114146-
CMYK00.440.280.21
HSL338.18º45.36%61.96%-
HSV(B)338.18º43.56%79.22%-
XYZ35.5626.6730.47-
YUV143.96129.15169.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.72%
GREEN value IS 114 (44.92% from 255) = 24.68%
BLUE value IS 146 (57.42% from 255) = 31.60%
R=43.72%
G=24.68%
B=31.60%

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
Decimal20211414600.440.280.21338.1845.3661.96
HexCA729202C1C151522d3e
Octal31216222205434255225576
Binary1100101011100101001001001011001110010101101010010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7292; }

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

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

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

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

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

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

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

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