Html Css Color HEX #C96686 Hopbush

📋 copy color: '#C96686'

red 201 ◦ green 102 ◦ blue 134

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

Shades of Hopbush #C96686

Tints of Hopbush #C96686

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.34%

 BLUE value IS 134 (52.73% from 255) = 30.66%

R = 46%
G = 23.34%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C96686 (or 0xC96686) is known color: Hopbush. HEX triplet: C9, 66 and 86. RGB value is (201,102,134). Sum of RGB (Red+Green+Blue) = 201+102+134=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C96686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96686 is #369979. Grayscale: #878787. Windows color (decimal): -3578234 or 8808137. OLE color: 8808137.

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

Color convert

RGB 201 102 134 -
CMYK 0 0.49 0.33 0.21
HSL 340.61º 0.48% 0.59% -
HSV(B) 340.61º 0.49% 0.79% -
XYZ 33.14 23.64 25.37 -
YUV 135.25 127.3 174.9 -
System Red Green Blue C M Y K H S L
Decimal 201 102 134 0 0.49 0.33 0.21 340.61 0.48 0.59
Hex C9 66 86 0 31 21 15 155 30 3B
Octal 311 146 206 0 61 41 25 525 60 73
Binary 11001001 1100110 10000110 0 110001 100001 10101 101010101 110000 111011

Color Harmonies of #C96686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96686

Black with #C96686

Text Example


Text Example

White with #C96686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96686; }

 p { color: rgb(201,102,134); }

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

background-color css

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

 a { background-color: rgb(201,102,134); }

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

border-color css

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

 span { border-color: rgb(201,102,134); }

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