Html Css Color HEX #C96FAD Hopbush

📋 copy color: '#C96FAD'

red 201 ◦ green 111 ◦ blue 173

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

Shades of Hopbush #C96FAD

Tints of Hopbush #C96FAD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.89%

 BLUE value IS 173 (67.97% from 255) = 35.67%

R = 41.44%
G = 22.89%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C96FAD (or 0xC96FAD) is known color: Hopbush. HEX triplet: C9, 6F and AD. RGB value is (201,111,173). Sum of RGB (Red+Green+Blue) = 201+111+173=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C96FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96FAD is #369052. Grayscale: #909090. Windows color (decimal): -3575891 or 11366345. OLE color: 11366345.

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

Color convert

RGB 201 111 173 -
CMYK 0 0.45 0.14 0.21
HSL 318.67º 0.45% 0.61% -
HSV(B) 318.67º 0.45% 0.79% -
XYZ 37.31 26.8 42.74 -
YUV 144.98 143.82 167.96 -
System Red Green Blue C M Y K H S L
Decimal 201 111 173 0 0.45 0.14 0.21 318.67 0.45 0.61
Hex C9 6F AD 0 2D E 15 13F 2D 3D
Octal 311 157 255 0 55 16 25 477 55 75
Binary 11001001 1101111 10101101 0 101101 1110 10101 100111111 101101 111101

Color Harmonies of #C96FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96FAD

Black with #C96FAD

Text Example


Text Example

White with #C96FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96FAD; }

 p { color: rgb(201,111,173); }

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

background-color css

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

 a { background-color: rgb(201,111,173); }

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

border-color css

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

 span { border-color: rgb(201,111,173); }

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