Html Css Color HEX #C96295 Hopbush

📋 copy color: '#C96295'

red 201 ◦ green 98 ◦ blue 149

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

Shades of Hopbush #C96295

Tints of Hopbush #C96295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.26%

R = 44.87%
G = 21.88%
B = 33.26%

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

#C96295 (or 0xC96295) is known color: Hopbush. HEX triplet: C9, 62 and 95. RGB value is (201,98,149). Sum of RGB (Red+Green+Blue) = 201+98+149=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 98 (38.67% from 255 or 21.88% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C96295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96295 is #369D6A. Grayscale: #868686. Windows color (decimal): -3579243 or 9790153. OLE color: 9790153.

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

Color convert

RGB 201 98 149 -
CMYK 0 0.51 0.26 0.21
HSL 330.29º 0.49% 0.59% -
HSV(B) 330.29º 0.51% 0.79% -
XYZ 33.88 23.32 31.15 -
YUV 134.61 136.12 175.35 -
System Red Green Blue C M Y K H S L
Decimal 201 98 149 0 0.51 0.26 0.21 330.29 0.49 0.59
Hex C9 62 95 0 33 1A 15 14A 31 3B
Octal 311 142 225 0 63 32 25 512 61 73
Binary 11001001 1100010 10010101 0 110011 11010 10101 101001010 110001 111011

Color Harmonies of #C96295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96295

Black with #C96295

Text Example


Text Example

White with #C96295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96295; }

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

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

background-color css

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

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

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

border-color css

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

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

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