Html Css Color HEX #C96DAC Hopbush

📋 copy color: '#C96DAC'

red 201 ◦ green 109 ◦ blue 172

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

Shades of Hopbush #C96DAC

Tints of Hopbush #C96DAC

RGB

 RED value IS 201 (78.91% from 255) = 41.7%

 GREEN value IS 109 (42.97% from 255) = 22.61%

 BLUE value IS 172 (67.58% from 255) = 35.68%

R = 41.7%
G = 22.61%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C96DAC (or 0xC96DAC) is known color: Hopbush. HEX triplet: C9, 6D and AC. RGB value is (201,109,172). Sum of RGB (Red+Green+Blue) = 201+109+172=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C96DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96DAC is #369253. Grayscale: #8F8F8F. Windows color (decimal): -3576404 or 11300297. OLE color: 11300297.

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

Color convert

RGB 201 109 172 -
CMYK 0 0.46 0.14 0.21
HSL 318.91º 0.46% 0.61% -
HSV(B) 318.91º 0.46% 0.79% -
XYZ 37 26.33 42.16 -
YUV 143.69 143.98 168.88 -
System Red Green Blue C M Y K H S L
Decimal 201 109 172 0 0.46 0.14 0.21 318.91 0.46 0.61
Hex C9 6D AC 0 2E E 15 13F 2E 3D
Octal 311 155 254 0 56 16 25 477 56 75
Binary 11001001 1101101 10101100 0 101110 1110 10101 100111111 101110 111101

Color Harmonies of #C96DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96DAC

Black with #C96DAC

Text Example


Text Example

White with #C96DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96DAC; }

 p { color: rgb(201,109,172); }

 H1.HeaderClassName
 {
   color: #C96DAC;
 }
 .AnyTagClassName
 {
   color: #C96DAC;
 }
</style>

background-color css

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

 a { background-color: rgb(201,109,172); }

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

border-color css

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

 span { border-color: rgb(201,109,172); }

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