Html Css Color HEX #C96890 Hopbush

📋 copy color: '#C96890'

red 201 ◦ green 104 ◦ blue 144

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

Shades of Hopbush #C96890

Tints of Hopbush #C96890

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.16%

 BLUE value IS 144 (56.64% from 255) = 32.07%

R = 44.77%
G = 23.16%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C96890 (or 0xC96890) is known color: Hopbush. HEX triplet: C9, 68 and 90. RGB value is (201,104,144). Sum of RGB (Red+Green+Blue) = 201+104+144=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C96890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96890 is #36976F. Grayscale: #898989. Windows color (decimal): -3577712 or 9464009. OLE color: 9464009.

HSL color Cylindrical-coordinate representation of color #C96890: hue angle of 335.26º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C96890 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 104 144 -
CMYK 0 0.48 0.28 0.21
HSL 335.26º 0.47% 0.6% -
HSV(B) 335.26º 0.48% 0.79% -
XYZ 34.07 24.33 29.29 -
YUV 137.56 131.64 173.25 -
System Red Green Blue C M Y K H S L
Decimal 201 104 144 0 0.48 0.28 0.21 335.26 0.47 0.6
Hex C9 68 90 0 30 1C 15 14F 2F 3C
Octal 311 150 220 0 60 34 25 517 57 74
Binary 11001001 1101000 10010000 0 110000 11100 10101 101001111 101111 111100

Color Harmonies of #C96890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96890

Black with #C96890

Text Example


Text Example

White with #C96890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96890; }

 p { color: rgb(201,104,144); }

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

background-color css

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

 a { background-color: rgb(201,104,144); }

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

border-color css

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

 span { border-color: rgb(201,104,144); }

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