#C972B0

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

Shades of Hopbush #C972B0

Tints of Hopbush #C972B0

Color information

#C972B0 (or 0xC972B0) is unknown color: approx Hopbush. HEX triplet: C9, 72 and B0. RGB value is (201,114,176). Sum of RGB (Red+Green+Blue) = 201+114+176=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C972B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C972B0 is #368D4F. Grayscale: #929292. Windows color (decimal): -3575120 or 11563721. OLE color: 11563721.

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

Color convert

RGB201114176-
CMYK00.430.120.21
HSL317.24º44.62%61.76%-
HSV(B)317.24º43.28%78.82%-
XYZ37.9427.5944.4-
YUV147.08144.32166.46-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.94%
GREEN value IS 114 (44.92% from 255) = 23.22%
BLUE value IS 176 (69.14% from 255) = 35.85%
R=40.94%
G=23.22%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111417600.430.120.21317.2444.6261.76
HexC972B002BC1513d2d3e
Octal31116226005314254755576
Binary110010011110010101100000101011110010101100111101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C972B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C972B0; }

 p { color: rgb(201,114,176); }

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

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

 a { background-color: rgb(201,114,176); }

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

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

 span { border-color: rgb(201,114,176); }

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