Html Css Color HEX #C97DAB Hopbush

📋 copy color: '#C97DAB'

red 201 ◦ green 125 ◦ blue 171

#C97DAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #C97DAB

Tints of Hopbush #C97DAB

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 value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C97DAB (or 0xC97DAB) is known color: 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

RGB 201 125 171 -
CMYK 0 0.38 0.15 0.21
HSL 323.68º 0.41% 0.64% -
HSV(B) 323.68º 0.38% 0.79% -
XYZ 38.77 30.03 42.28 -
YUV 152.97 138.18 162.26 -
System Red Green Blue C M Y K H S L
Decimal 201 125 171 0 0.38 0.15 0.21 323.68 0.41 0.64
Hex C9 7D AB 0 26 F 15 144 29 40
Octal 311 175 253 0 46 17 25 504 51 100
Binary 11001001 1111101 10101011 0 100110 1111 10101 101000100 101001 1000000

Color Harmonies of #C97DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97DAB

Black with #C97DAB

Text Example


Text Example

White with #C97DAB

Text Example


Text Example

HTML Codes & Css Web 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>