#C974A1

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

Shades of Hopbush #C974A1

Tints of Hopbush #C974A1

Color information

#C974A1 (or 0xC974A1) is unknown color: approx Hopbush. HEX triplet: C9, 74 and A1. RGB value is (201,116,161). Sum of RGB (Red+Green+Blue) = 201+116+161=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C974A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C974A1 is #368B5E. Grayscale: #929292. Windows color (decimal): -3574623 or 10581193. OLE color: 10581193.

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

Color convert

RGB201116161-
CMYK00.420.200.21
HSL328.24º44.04%62.16%-
HSV(B)328.24º42.29%78.82%-
XYZ36.7727.4837.08-
YUV146.55136.16166.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.05%
GREEN value IS 116 (45.70% from 255) = 24.27%
BLUE value IS 161 (63.28% from 255) = 33.68%
R=42.05%
G=24.27%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111616100.420.200.21328.2444.0462.16
HexC974A102A14151482c3e
Octal31116424105224255105476
Binary1100100111101001010000101010101010010101101001000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C974A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C974A1; }

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

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

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

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

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

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

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

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