Html Css Color HEX #C95F90 Hopbush

📋 copy color: '#C95F90'

red 201 ◦ green 95 ◦ blue 144

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

Shades of Hopbush #C95F90

Tints of Hopbush #C95F90

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.59%

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

R = 45.68%
G = 21.59%
B = 32.73%

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

#C95F90 (or 0xC95F90) is known color: Hopbush. HEX triplet: C9, 5F and 90. RGB value is (201,95,144). Sum of RGB (Red+Green+Blue) = 201+95+144=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95F90 is #36A06F. Grayscale: #848484. Windows color (decimal): -3580016 or 9461705. OLE color: 9461705.

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

Color convert

RGB 201 95 144 -
CMYK 0 0.53 0.28 0.21
HSL 332.26º 0.5% 0.58% -
HSV(B) 332.26º 0.53% 0.79% -
XYZ 33.21 22.62 29 -
YUV 132.28 134.62 177.02 -
System Red Green Blue C M Y K H S L
Decimal 201 95 144 0 0.53 0.28 0.21 332.26 0.5 0.58
Hex C9 5F 90 0 35 1C 15 14C 32 3A
Octal 311 137 220 0 65 34 25 514 62 72
Binary 11001001 1011111 10010000 0 110101 11100 10101 101001100 110010 111010

Color Harmonies of #C95F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95F90

Black with #C95F90

Text Example


Text Example

White with #C95F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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