Html Css Color HEX #C96498 Hopbush

📋 copy color: '#C96498'

red 201 ◦ green 100 ◦ blue 152

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

Shades of Hopbush #C96498

Tints of Hopbush #C96498

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.08%

 BLUE value IS 152 (59.77% from 255) = 33.55%

R = 44.37%
G = 22.08%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#C96498 (or 0xC96498) is known color: Hopbush. HEX triplet: C9, 64 and 98. RGB value is (201,100,152). Sum of RGB (Red+Green+Blue) = 201+100+152=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C96498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96498 is #369B67. Grayscale: #888888. Windows color (decimal): -3578728 or 9987273. OLE color: 9987273.

HSL color Cylindrical-coordinate representation of color #C96498: hue angle of 329.11º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C96498 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 100 152 -
CMYK 0 0.50 0.24 0.21
HSL 329.11º 0.48% 0.59% -
HSV(B) 329.11º 0.5% 0.79% -
XYZ 34.31 23.8 32.49 -
YUV 136.13 136.96 174.27 -
System Red Green Blue C M Y K H S L
Decimal 201 100 152 0 0.50 0.24 0.21 329.11 0.48 0.59
Hex C9 64 98 0 32 18 15 149 30 3B
Octal 311 144 230 0 62 30 25 511 60 73
Binary 11001001 1100100 10011000 0 110010 11000 10101 101001001 110000 111011

Color Harmonies of #C96498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96498

Black with #C96498

Text Example


Text Example

White with #C96498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96498; }

 p { color: rgb(201,100,152); }

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

background-color css

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

 a { background-color: rgb(201,100,152); }

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

border-color css

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

 span { border-color: rgb(201,100,152); }

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