Html Css Color HEX #C96592 Hopbush

📋 copy color: '#C96592'

red 201 ◦ green 101 ◦ blue 146

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

Shades of Hopbush #C96592

Tints of Hopbush #C96592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 32.59%

R = 44.87%
G = 22.54%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#C96592 (or 0xC96592) is known color: Hopbush. HEX triplet: C9, 65 and 92. RGB value is (201,101,146). Sum of RGB (Red+Green+Blue) = 201+101+146=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C96592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96592 is #369A6D. Grayscale: #878787. Windows color (decimal): -3578478 or 9594313. OLE color: 9594313.

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

Color convert

RGB 201 101 146 -
CMYK 0 0.50 0.27 0.21
HSL 333º 0.48% 0.59% -
HSV(B) 333º 0.5% 0.79% -
XYZ 33.93 23.8 30 -
YUV 136.03 133.63 174.34 -
System Red Green Blue C M Y K H S L
Decimal 201 101 146 0 0.50 0.27 0.21 333 0.48 0.59
Hex C9 65 92 0 32 1B 15 14D 30 3B
Octal 311 145 222 0 62 33 25 515 60 73
Binary 11001001 1100101 10010010 0 110010 11011 10101 101001101 110000 111011

Color Harmonies of #C96592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96592

Black with #C96592

Text Example


Text Example

White with #C96592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96592; }

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

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

background-color css

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

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

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

border-color css

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

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

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