Html Css Color HEX #C95F96 Hopbush

📋 copy color: '#C95F96'

red 201 ◦ green 95 ◦ blue 150

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

Shades of Hopbush #C95F96

Tints of Hopbush #C95F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.63%

R = 45.07%
G = 21.3%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#C95F96 (or 0xC95F96) is known color: Hopbush. HEX triplet: C9, 5F and 96. RGB value is (201,95,150). Sum of RGB (Red+Green+Blue) = 201+95+150=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95F96 is #36A069. Grayscale: #848484. Windows color (decimal): -3580010 or 9854921. OLE color: 9854921.

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

Color convert

RGB 201 95 150 -
CMYK 0 0.53 0.25 0.21
HSL 328.87º 0.5% 0.58% -
HSV(B) 328.87º 0.53% 0.79% -
XYZ 33.68 22.8 31.48 -
YUV 132.96 137.62 176.53 -
System Red Green Blue C M Y K H S L
Decimal 201 95 150 0 0.53 0.25 0.21 328.87 0.5 0.58
Hex C9 5F 96 0 35 19 15 149 32 3A
Octal 311 137 226 0 65 31 25 511 62 72
Binary 11001001 1011111 10010110 0 110101 11001 10101 101001001 110010 111010

Color Harmonies of #C95F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95F96

Black with #C95F96

Text Example


Text Example

White with #C95F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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