#C974A3

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

Shades of Hopbush #C974A3

Tints of Hopbush #C974A3

Color information

#C974A3 (or 0xC974A3) is unknown color: approx Hopbush. HEX triplet: C9, 74 and A3. RGB value is (201,116,163). Sum of RGB (Red+Green+Blue) = 201+116+163=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 163 (64.06% from 255 or 33.96% from 480); Max value from RGB is 201 - color contains mainly: red. Hex color #C974A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C974A3 is #368B5C. Grayscale: #929292. Windows color (decimal): -3574621 or 10712265. OLE color: 10712265.

HSL color Cylindrical-coordinate representation of color #C974A3: hue angle of 326.82º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C974A3 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB201116163-
CMYK00.420.190.21
HSL326.82º44.04%62.16%-
HSV(B)326.82º42.29%78.82%-
XYZ36.9427.5538.02-
YUV146.77137.16166.68-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.88%
GREEN value IS 116 (45.70% from 255) = 24.17%
BLUE value IS 163 (64.06% from 255) = 33.96%
R=41.88%
G=24.17%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111616300.420.190.21326.8244.0462.16
HexC974A302A13151472c3e
Octal31116424305223255075476
Binary1100100111101001010001101010101001110101101000111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C974A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C974A3; }

 p { color: rgb(201,116,163); }

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

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

 a { background-color: rgb(201,116,163); }

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

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

 span { border-color: rgb(201,116,163); }

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