Html Css Color HEX #C96292 Hopbush

📋 copy color: '#C96292'

red 201 ◦ green 98 ◦ blue 146

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

Shades of Hopbush #C96292

Tints of Hopbush #C96292

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.02%

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

R = 45.17%
G = 22.02%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#C96292 (or 0xC96292) is known color: Hopbush. HEX triplet: C9, 62 and 92. RGB value is (201,98,146). Sum of RGB (Red+Green+Blue) = 201+98+146=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 98 (38.67% from 255 or 22.02% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C96292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96292 is #369D6D. Grayscale: #868686. Windows color (decimal): -3579246 or 9593545. OLE color: 9593545.

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

Color convert

RGB 201 98 146 -
CMYK 0 0.51 0.27 0.21
HSL 332.04º 0.49% 0.59% -
HSV(B) 332.04º 0.51% 0.79% -
XYZ 33.64 23.23 29.9 -
YUV 134.27 134.62 175.6 -
System Red Green Blue C M Y K H S L
Decimal 201 98 146 0 0.51 0.27 0.21 332.04 0.49 0.59
Hex C9 62 92 0 33 1B 15 14C 31 3B
Octal 311 142 222 0 63 33 25 514 61 73
Binary 11001001 1100010 10010010 0 110011 11011 10101 101001100 110001 111011

Color Harmonies of #C96292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96292

Black with #C96292

Text Example


Text Example

White with #C96292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96292; }

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

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

background-color css

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

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

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

border-color css

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

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

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