Html Css Color HEX #C96BAC Hopbush

📋 copy color: '#C96BAC'

red 201 ◦ green 107 ◦ blue 172

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

Shades of Hopbush #C96BAC

Tints of Hopbush #C96BAC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.29%

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

R = 41.88%
G = 22.29%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C96BAC (or 0xC96BAC) is known color: Hopbush. HEX triplet: C9, 6B and AC. RGB value is (201,107,172). Sum of RGB (Red+Green+Blue) = 201+107+172=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 107 (42.19% from 255 or 22.29% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 201 - color contains mainly: red. Hex color #C96BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96BAC is #369453. Grayscale: #8E8E8E. Windows color (decimal): -3576916 or 11299785. OLE color: 11299785.

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

Color convert

RGB 201 107 172 -
CMYK 0 0.47 0.14 0.21
HSL 318.51º 0.47% 0.6% -
HSV(B) 318.51º 0.47% 0.79% -
XYZ 36.79 25.91 42.09 -
YUV 142.52 144.64 169.71 -
System Red Green Blue C M Y K H S L
Decimal 201 107 172 0 0.47 0.14 0.21 318.51 0.47 0.6
Hex C9 6B AC 0 2F E 15 13F 2F 3C
Octal 311 153 254 0 57 16 25 477 57 74
Binary 11001001 1101011 10101100 0 101111 1110 10101 100111111 101111 111100

Color Harmonies of #C96BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96BAC

Black with #C96BAC

Text Example


Text Example

White with #C96BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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