Html Css Color HEX #C96CAC Hopbush

📋 copy color: '#C96CAC'

red 201 ◦ green 108 ◦ blue 172

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

Shades of Hopbush #C96CAC

Tints of Hopbush #C96CAC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.45%

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

R = 41.79%
G = 22.45%
B = 35.76%

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

#C96CAC (or 0xC96CAC) is known color: Hopbush. HEX triplet: C9, 6C and AC. RGB value is (201,108,172). Sum of RGB (Red+Green+Blue) = 201+108+172=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C96CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96CAC is #369353. Grayscale: #8E8E8E. Windows color (decimal): -3576660 or 11300041. OLE color: 11300041.

HSL color Cylindrical-coordinate representation of color #C96CAC: hue angle of 318.71º 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 #C96CAC is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 108 172 -
CMYK 0 0.46 0.14 0.21
HSL 318.71º 0.46% 0.61% -
HSV(B) 318.71º 0.46% 0.79% -
XYZ 36.9 26.12 42.13 -
YUV 143.1 144.31 169.3 -
System Red Green Blue C M Y K H S L
Decimal 201 108 172 0 0.46 0.14 0.21 318.71 0.46 0.61
Hex C9 6C AC 0 2E E 15 13F 2E 3D
Octal 311 154 254 0 56 16 25 477 56 75
Binary 11001001 1101100 10101100 0 101110 1110 10101 100111111 101110 111101

Color Harmonies of #C96CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96CAC

Black with #C96CAC

Text Example


Text Example

White with #C96CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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