#C97DAB

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

Shades of Hopbush #C97DAB

Tints of Hopbush #C97DAB

Color information

#C97DAB (or 0xC97DAB) is unknown color: approx Hopbush. HEX triplet: C9, 7D and AB. RGB value is (201,125,171). Sum of RGB (Red+Green+Blue) = 201+125+171=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C97DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97DAB is #368254. Grayscale: #989898. Windows color (decimal): -3572309 or 11238857. OLE color: 11238857.

HSL color Cylindrical-coordinate representation of color #C97DAB: hue angle of 323.68º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C97DAB is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB201125171-
CMYK00.380.150.21
HSL323.68º41.3%63.92%-
HSV(B)323.68º37.81%78.82%-
XYZ38.7730.0342.28-
YUV152.97138.18162.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.44%
GREEN value IS 125 (49.22% from 255) = 25.15%
BLUE value IS 171 (67.19% from 255) = 34.41%
R=40.44%
G=25.15%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112517100.380.150.21323.6841.363.92
HexC97DAB026F151442940
Octal311175253046172550451100
Binary1100100111111011010101101001101111101011010001001010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97DAB; }

 p { color: rgb(201,125,171); }

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

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

 a { background-color: rgb(201,125,171); }

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

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

 span { border-color: rgb(201,125,171); }

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