Html Css Color HEX #C96FAA Hopbush

📋 copy color: '#C96FAA'

red 201 ◦ green 111 ◦ blue 170

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

Shades of Hopbush #C96FAA

Tints of Hopbush #C96FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.27%

R = 41.7%
G = 23.03%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C96FAA (or 0xC96FAA) is known color: Hopbush. HEX triplet: C9, 6F and AA. RGB value is (201,111,170). Sum of RGB (Red+Green+Blue) = 201+111+170=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C96FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96FAA is #369055. Grayscale: #909090. Windows color (decimal): -3575894 or 11169737. OLE color: 11169737.

HSL color Cylindrical-coordinate representation of color #C96FAA: hue angle of 320.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 #C96FAA is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 111 170 -
CMYK 0 0.45 0.15 0.21
HSL 320.67º 0.45% 0.61% -
HSV(B) 320.67º 0.45% 0.79% -
XYZ 37.03 26.69 41.23 -
YUV 144.64 142.32 168.2 -
System Red Green Blue C M Y K H S L
Decimal 201 111 170 0 0.45 0.15 0.21 320.67 0.45 0.61
Hex C9 6F AA 0 2D F 15 141 2D 3D
Octal 311 157 252 0 55 17 25 501 55 75
Binary 11001001 1101111 10101010 0 101101 1111 10101 101000001 101101 111101

Color Harmonies of #C96FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96FAA

Black with #C96FAA

Text Example


Text Example

White with #C96FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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