Html Css Color HEX #C96288 Hopbush

📋 copy color: '#C96288'

red 201 ◦ green 98 ◦ blue 136

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

Shades of Hopbush #C96288

Tints of Hopbush #C96288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.26%

R = 46.21%
G = 22.53%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C96288 (or 0xC96288) is known color: Hopbush. HEX triplet: C9, 62 and 88. RGB value is (201,98,136). Sum of RGB (Red+Green+Blue) = 201+98+136=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C96288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96288 is #369D77. Grayscale: #858585. Windows color (decimal): -3579256 or 8938185. OLE color: 8938185.

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

Color convert

RGB 201 98 136 -
CMYK 0 0.51 0.32 0.21
HSL 337.86º 0.49% 0.59% -
HSV(B) 337.86º 0.51% 0.79% -
XYZ 32.9 22.93 25.98 -
YUV 133.13 129.62 176.41 -
System Red Green Blue C M Y K H S L
Decimal 201 98 136 0 0.51 0.32 0.21 337.86 0.49 0.59
Hex C9 62 88 0 33 20 15 152 31 3B
Octal 311 142 210 0 63 40 25 522 61 73
Binary 11001001 1100010 10001000 0 110011 100000 10101 101010010 110001 111011

Color Harmonies of #C96288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96288

Black with #C96288

Text Example


Text Example

White with #C96288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96288; }

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

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

background-color css

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

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

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

border-color css

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

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

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