Html Css Color HEX #C96589 Hopbush

📋 copy color: '#C96589'

red 201 ◦ green 101 ◦ blue 137

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

Shades of Hopbush #C96589

Tints of Hopbush #C96589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.21%

R = 45.79%
G = 23.01%
B = 31.21%

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

#C96589 (or 0xC96589) is known color: Hopbush. HEX triplet: C9, 65 and 89. RGB value is (201,101,137). Sum of RGB (Red+Green+Blue) = 201+101+137=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C96589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96589 is #369A76. Grayscale: #868686. Windows color (decimal): -3578487 or 9004489. OLE color: 9004489.

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

Color convert

RGB 201 101 137 -
CMYK 0 0.50 0.32 0.21
HSL 338.4º 0.48% 0.59% -
HSV(B) 338.4º 0.5% 0.79% -
XYZ 33.26 23.53 26.46 -
YUV 135 129.13 175.07 -
System Red Green Blue C M Y K H S L
Decimal 201 101 137 0 0.50 0.32 0.21 338.4 0.48 0.59
Hex C9 65 89 0 32 20 15 152 30 3B
Octal 311 145 211 0 62 40 25 522 60 73
Binary 11001001 1100101 10001001 0 110010 100000 10101 101010010 110000 111011

Color Harmonies of #C96589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96589

Black with #C96589

Text Example


Text Example

White with #C96589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96589; }

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

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

background-color css

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

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

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

border-color css

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

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

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