Html Css Color HEX #C95E90 Hopbush

📋 copy color: '#C95E90'

red 201 ◦ green 94 ◦ blue 144

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

Shades of Hopbush #C95E90

Tints of Hopbush #C95E90

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.41%

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

R = 45.79%
G = 21.41%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C95E90 (or 0xC95E90) is known color: Hopbush. HEX triplet: C9, 5E and 90. RGB value is (201,94,144). Sum of RGB (Red+Green+Blue) = 201+94+144=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 94 (37.11% from 255 or 21.41% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95E90 is #36A16F. Grayscale: #838383. Windows color (decimal): -3580272 or 9461449. OLE color: 9461449.

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

Color convert

RGB 201 94 144 -
CMYK 0 0.53 0.28 0.21
HSL 331.96º 0.5% 0.58% -
HSV(B) 331.96º 0.53% 0.79% -
XYZ 33.12 22.44 28.97 -
YUV 131.69 134.95 177.43 -
System Red Green Blue C M Y K H S L
Decimal 201 94 144 0 0.53 0.28 0.21 331.96 0.5 0.58
Hex C9 5E 90 0 35 1C 15 14C 32 3A
Octal 311 136 220 0 65 34 25 514 62 72
Binary 11001001 1011110 10010000 0 110101 11100 10101 101001100 110010 111010

Color Harmonies of #C95E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95E90

Black with #C95E90

Text Example


Text Example

White with #C95E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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