Html Css Color HEX #C96488 Hopbush

📋 copy color: '#C96488'

red 201 ◦ green 100 ◦ blue 136

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

Shades of Hopbush #C96488

Tints of Hopbush #C96488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.12%

R = 46%
G = 22.88%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C96488 (or 0xC96488) is known color: Hopbush. HEX triplet: C9, 64 and 88. RGB value is (201,100,136). Sum of RGB (Red+Green+Blue) = 201+100+136=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C96488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96488 is #369B77. Grayscale: #868686. Windows color (decimal): -3578744 or 8938697. OLE color: 8938697.

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

Color convert

RGB 201 100 136 -
CMYK 0 0.50 0.32 0.21
HSL 338.61º 0.48% 0.59% -
HSV(B) 338.61º 0.5% 0.79% -
XYZ 33.09 23.31 26.05 -
YUV 134.3 128.96 175.57 -
System Red Green Blue C M Y K H S L
Decimal 201 100 136 0 0.50 0.32 0.21 338.61 0.48 0.59
Hex C9 64 88 0 32 20 15 153 30 3B
Octal 311 144 210 0 62 40 25 523 60 73
Binary 11001001 1100100 10001000 0 110010 100000 10101 101010011 110000 111011

Color Harmonies of #C96488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96488

Black with #C96488

Text Example


Text Example

White with #C96488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96488; }

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

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

background-color css

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

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

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

border-color css

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

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

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