Html Css Color HEX #C96585 Hopbush

📋 copy color: '#C96585'

red 201 ◦ green 101 ◦ blue 133

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

Shades of Hopbush #C96585

Tints of Hopbush #C96585

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.22%

 BLUE value IS 133 (52.34% from 255) = 30.57%

R = 46.21%
G = 23.22%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C96585 (or 0xC96585) is known color: Hopbush. HEX triplet: C9, 65 and 85. RGB value is (201,101,133). Sum of RGB (Red+Green+Blue) = 201+101+133=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C96585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96585 is #369A7A. Grayscale: #868686. Windows color (decimal): -3578491 or 8742345. OLE color: 8742345.

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

Color convert

RGB 201 101 133 -
CMYK 0 0.50 0.34 0.21
HSL 340.8º 0.48% 0.59% -
HSV(B) 340.8º 0.5% 0.79% -
XYZ 32.97 23.42 24.97 -
YUV 134.55 127.13 175.4 -
System Red Green Blue C M Y K H S L
Decimal 201 101 133 0 0.50 0.34 0.21 340.8 0.48 0.59
Hex C9 65 85 0 32 22 15 155 30 3B
Octal 311 145 205 0 62 42 25 525 60 73
Binary 11001001 1100101 10000101 0 110010 100010 10101 101010101 110000 111011

Color Harmonies of #C96585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96585

Black with #C96585

Text Example


Text Example

White with #C96585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96585; }

 p { color: rgb(201,101,133); }

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

background-color css

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

 a { background-color: rgb(201,101,133); }

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

border-color css

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

 span { border-color: rgb(201,101,133); }

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