Html Css Color HEX #C96495 Hopbush

📋 copy color: '#C96495'

red 201 ◦ green 100 ◦ blue 149

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

Shades of Hopbush #C96495

Tints of Hopbush #C96495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.11%

R = 44.67%
G = 22.22%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C96495 (or 0xC96495) is known color: Hopbush. HEX triplet: C9, 64 and 95. RGB value is (201,100,149). Sum of RGB (Red+Green+Blue) = 201+100+149=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C96495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96495 is #369B6A. Grayscale: #878787. Windows color (decimal): -3578731 or 9790665. OLE color: 9790665.

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

Color convert

RGB 201 100 149 -
CMYK 0 0.50 0.26 0.21
HSL 330.89º 0.48% 0.59% -
HSV(B) 330.89º 0.5% 0.79% -
XYZ 34.07 23.7 31.21 -
YUV 135.79 135.46 174.52 -
System Red Green Blue C M Y K H S L
Decimal 201 100 149 0 0.50 0.26 0.21 330.89 0.48 0.59
Hex C9 64 95 0 32 1A 15 14B 30 3B
Octal 311 144 225 0 62 32 25 513 60 73
Binary 11001001 1100100 10010101 0 110010 11010 10101 101001011 110000 111011

Color Harmonies of #C96495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96495

Black with #C96495

Text Example


Text Example

White with #C96495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96495; }

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

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

background-color css

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

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

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

border-color css

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

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

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