Html Css Color HEX #C96396 Hopbush

📋 copy color: '#C96396'

red 201 ◦ green 99 ◦ blue 150

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

Shades of Hopbush #C96396

Tints of Hopbush #C96396

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22%

 BLUE value IS 150 (58.98% from 255) = 33.33%

R = 44.67%
G = 22%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#C96396 (or 0xC96396) is known color: Hopbush. HEX triplet: C9, 63 and 96. RGB value is (201,99,150). Sum of RGB (Red+Green+Blue) = 201+99+150=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C96396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96396 is #369C69. Grayscale: #878787. Windows color (decimal): -3578986 or 9855945. OLE color: 9855945.

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

Color convert

RGB 201 99 150 -
CMYK 0 0.51 0.25 0.21
HSL 330º 0.49% 0.59% -
HSV(B) 330º 0.51% 0.79% -
XYZ 34.05 23.54 31.6 -
YUV 135.31 136.29 174.85 -
System Red Green Blue C M Y K H S L
Decimal 201 99 150 0 0.51 0.25 0.21 330 0.49 0.59
Hex C9 63 96 0 33 19 15 14A 31 3B
Octal 311 143 226 0 63 31 25 512 61 73
Binary 11001001 1100011 10010110 0 110011 11001 10101 101001010 110001 111011

Color Harmonies of #C96396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96396

Black with #C96396

Text Example


Text Example

White with #C96396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96396; }

 p { color: rgb(201,99,150); }

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

background-color css

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

 a { background-color: rgb(201,99,150); }

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

border-color css

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

 span { border-color: rgb(201,99,150); }

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