Html Css Color HEX #C96398 Hopbush

📋 copy color: '#C96398'

red 201 ◦ green 99 ◦ blue 152

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

Shades of Hopbush #C96398

Tints of Hopbush #C96398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.63%

R = 44.47%
G = 21.9%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#C96398 (or 0xC96398) is known color: Hopbush. HEX triplet: C9, 63 and 98. RGB value is (201,99,152). Sum of RGB (Red+Green+Blue) = 201+99+152=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C96398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96398 is #369C67. Grayscale: #878787. Windows color (decimal): -3578984 or 9987017. OLE color: 9987017.

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

Color convert

RGB 201 99 152 -
CMYK 0 0.51 0.24 0.21
HSL 328.82º 0.49% 0.59% -
HSV(B) 328.82º 0.51% 0.79% -
XYZ 34.22 23.61 32.46 -
YUV 135.54 137.29 174.69 -
System Red Green Blue C M Y K H S L
Decimal 201 99 152 0 0.51 0.24 0.21 328.82 0.49 0.59
Hex C9 63 98 0 33 18 15 149 31 3B
Octal 311 143 230 0 63 30 25 511 61 73
Binary 11001001 1100011 10011000 0 110011 11000 10101 101001001 110001 111011

Color Harmonies of #C96398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96398

Black with #C96398

Text Example


Text Example

White with #C96398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96398; }

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

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

background-color css

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

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

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

border-color css

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

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

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