Html Css Color HEX #C96E9A Hopbush

📋 copy color: '#C96E9A'

red 201 ◦ green 110 ◦ blue 154

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

Shades of Hopbush #C96E9A

Tints of Hopbush #C96E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.12%

R = 43.23%
G = 23.66%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C96E9A (or 0xC96E9A) is known color: Hopbush. HEX triplet: C9, 6E and 9A. RGB value is (201,110,154). Sum of RGB (Red+Green+Blue) = 201+110+154=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96E9A is #369165. Grayscale: #8E8E8E. Windows color (decimal): -3576166 or 10120905. OLE color: 10120905.

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

Color convert

RGB 201 110 154 -
CMYK 0 0.45 0.23 0.21
HSL 330.99º 0.46% 0.61% -
HSV(B) 330.99º 0.45% 0.79% -
XYZ 35.5 25.9 33.7 -
YUV 142.23 134.65 169.92 -
System Red Green Blue C M Y K H S L
Decimal 201 110 154 0 0.45 0.23 0.21 330.99 0.46 0.61
Hex C9 6E 9A 0 2D 17 15 14B 2E 3D
Octal 311 156 232 0 55 27 25 513 56 75
Binary 11001001 1101110 10011010 0 101101 10111 10101 101001011 101110 111101

Color Harmonies of #C96E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96E9A

Black with #C96E9A

Text Example


Text Example

White with #C96E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96E9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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