Html Css Color HEX #C96EAF Hopbush

📋 copy color: '#C96EAF'

red 201 ◦ green 110 ◦ blue 175

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

Shades of Hopbush #C96EAF

Tints of Hopbush #C96EAF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.63%

 BLUE value IS 175 (68.75% from 255) = 36.01%

R = 41.36%
G = 22.63%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C96EAF (or 0xC96EAF) is known color: Hopbush. HEX triplet: C9, 6E and AF. RGB value is (201,110,175). Sum of RGB (Red+Green+Blue) = 201+110+175=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C96EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96EAF is #369150. Grayscale: #909090. Windows color (decimal): -3576145 or 11497161. OLE color: 11497161.

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

Color convert

RGB 201 110 175 -
CMYK 0 0.45 0.13 0.21
HSL 317.14º 0.46% 0.61% -
HSV(B) 317.14º 0.45% 0.79% -
XYZ 37.4 26.66 43.73 -
YUV 144.62 145.15 168.21 -
System Red Green Blue C M Y K H S L
Decimal 201 110 175 0 0.45 0.13 0.21 317.14 0.46 0.61
Hex C9 6E AF 0 2D D 15 13D 2E 3D
Octal 311 156 257 0 55 15 25 475 56 75
Binary 11001001 1101110 10101111 0 101101 1101 10101 100111101 101110 111101

Color Harmonies of #C96EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96EAF

Black with #C96EAF

Text Example


Text Example

White with #C96EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96EAF; }

 p { color: rgb(201,110,175); }

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

background-color css

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

 a { background-color: rgb(201,110,175); }

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

border-color css

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

 span { border-color: rgb(201,110,175); }

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