#C970A0

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

Shades of Hopbush #C970A0

Tints of Hopbush #C970A0

Color information

#C970A0 (or 0xC970A0) is unknown color: approx Hopbush. HEX triplet: C9, 70 and A0. RGB value is (201,112,160). Sum of RGB (Red+Green+Blue) = 201+112+160=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C970A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C970A0 is #368F5F. Grayscale: #8F8F8F. Windows color (decimal): -3575648 or 10514633. OLE color: 10514633.

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

Color convert

RGB201112160-
CMYK00.440.200.21
HSL327.64º45.18%61.37%-
HSV(B)327.64º44.28%78.82%-
XYZ36.2326.5436.47-
YUV144.08136.99168.6-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.49%
GREEN value IS 112 (44.14% from 255) = 23.68%
BLUE value IS 160 (62.89% from 255) = 33.83%
R=42.49%
G=23.68%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111216000.440.200.21327.6445.1861.37
HexC970A002C14151482d3d
Octal31116024005424255105575
Binary1100100111100001010000001011001010010101101001000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C970A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C970A0; }

 p { color: rgb(201,112,160); }

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

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

 a { background-color: rgb(201,112,160); }

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

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

 span { border-color: rgb(201,112,160); }

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