Html Css Color HEX #C96387 Hopbush

📋 copy color: '#C96387'

red 201 ◦ green 99 ◦ blue 135

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

Shades of Hopbush #C96387

Tints of Hopbush #C96387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 31.03%

R = 46.21%
G = 22.76%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C96387 (or 0xC96387) is known color: Hopbush. HEX triplet: C9, 63 and 87. RGB value is (201,99,135). Sum of RGB (Red+Green+Blue) = 201+99+135=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C96387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96387 is #369C78. Grayscale: #858585. Windows color (decimal): -3579001 or 8872905. OLE color: 8872905.

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

Color convert

RGB 201 99 135 -
CMYK 0 0.51 0.33 0.21
HSL 338.82º 0.49% 0.59% -
HSV(B) 338.82º 0.51% 0.79% -
XYZ 32.92 23.09 25.64 -
YUV 133.6 128.79 176.07 -
System Red Green Blue C M Y K H S L
Decimal 201 99 135 0 0.51 0.33 0.21 338.82 0.49 0.59
Hex C9 63 87 0 33 21 15 153 31 3B
Octal 311 143 207 0 63 41 25 523 61 73
Binary 11001001 1100011 10000111 0 110011 100001 10101 101010011 110001 111011

Color Harmonies of #C96387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96387

Black with #C96387

Text Example


Text Example

White with #C96387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96387; }

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

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

background-color css

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

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

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

border-color css

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

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

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