Html Css Color HEX #C95D90 Hopbush

📋 copy color: '#C95D90'

red 201 ◦ green 93 ◦ blue 144

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

Shades of Hopbush #C95D90

Tints of Hopbush #C95D90

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.23%

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

R = 45.89%
G = 21.23%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C95D90 (or 0xC95D90) is known color: Hopbush. HEX triplet: C9, 5D and 90. RGB value is (201,93,144). Sum of RGB (Red+Green+Blue) = 201+93+144=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 144 (56.64% from 255 or 32.88% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95D90 is #36A26F. Grayscale: #838383. Windows color (decimal): -3580528 or 9461193. OLE color: 9461193.

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

Color convert

RGB 201 93 144 -
CMYK 0 0.54 0.28 0.21
HSL 331.67º 0.5% 0.58% -
HSV(B) 331.67º 0.54% 0.79% -
XYZ 33.04 22.26 28.94 -
YUV 131.11 135.28 177.85 -
System Red Green Blue C M Y K H S L
Decimal 201 93 144 0 0.54 0.28 0.21 331.67 0.5 0.58
Hex C9 5D 90 0 36 1C 15 14C 32 3A
Octal 311 135 220 0 66 34 25 514 62 72
Binary 11001001 1011101 10010000 0 110110 11100 10101 101001100 110010 111010

Color Harmonies of #C95D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95D90

Black with #C95D90

Text Example


Text Example

White with #C95D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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