Html Css Color HEX #C96395 Hopbush

📋 copy color: '#C96395'

red 201 ◦ green 99 ◦ blue 149

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

Shades of Hopbush #C96395

Tints of Hopbush #C96395

RGB

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

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

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

R = 44.77%
G = 22.05%
B = 33.18%

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

#C96395 (or 0xC96395) is known color: Hopbush. HEX triplet: C9, 63 and 95. RGB value is (201,99,149). Sum of RGB (Red+Green+Blue) = 201+99+149=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C96395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96395 is #369C6A. Grayscale: #878787. Windows color (decimal): -3578987 or 9790409. OLE color: 9790409.

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

Color convert

RGB 201 99 149 -
CMYK 0 0.51 0.26 0.21
HSL 330.59º 0.49% 0.59% -
HSV(B) 330.59º 0.51% 0.79% -
XYZ 33.97 23.51 31.18 -
YUV 135.2 135.79 174.93 -
System Red Green Blue C M Y K H S L
Decimal 201 99 149 0 0.51 0.26 0.21 330.59 0.49 0.59
Hex C9 63 95 0 33 1A 15 14B 31 3B
Octal 311 143 225 0 63 32 25 513 61 73
Binary 11001001 1100011 10010101 0 110011 11010 10101 101001011 110001 111011

Color Harmonies of #C96395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96395

Black with #C96395

Text Example


Text Example

White with #C96395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96395; }

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

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

background-color css

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

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

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

border-color css

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

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

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