Html Css Color HEX #C96294 Hopbush

📋 copy color: '#C96294'

red 201 ◦ green 98 ◦ blue 148

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

Shades of Hopbush #C96294

Tints of Hopbush #C96294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.11%

R = 44.97%
G = 21.92%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C96294 (or 0xC96294) is known color: Hopbush. HEX triplet: C9, 62 and 94. RGB value is (201,98,148). Sum of RGB (Red+Green+Blue) = 201+98+148=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 98 (38.67% from 255 or 21.92% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C96294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96294 is #369D6B. Grayscale: #868686. Windows color (decimal): -3579244 or 9724617. OLE color: 9724617.

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

Color convert

RGB 201 98 148 -
CMYK 0 0.51 0.26 0.21
HSL 330.87º 0.49% 0.59% -
HSV(B) 330.87º 0.51% 0.79% -
XYZ 33.8 23.29 30.73 -
YUV 134.5 135.62 175.43 -
System Red Green Blue C M Y K H S L
Decimal 201 98 148 0 0.51 0.26 0.21 330.87 0.49 0.59
Hex C9 62 94 0 33 1A 15 14B 31 3B
Octal 311 142 224 0 63 32 25 513 61 73
Binary 11001001 1100010 10010100 0 110011 11010 10101 101001011 110001 111011

Color Harmonies of #C96294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96294

Black with #C96294

Text Example


Text Example

White with #C96294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96294; }

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

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

background-color css

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

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

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

border-color css

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

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

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