Html Css Color HEX #C95D96 Hopbush

📋 copy color: '#C95D96'

red 201 ◦ green 93 ◦ blue 150

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

Shades of Hopbush #C95D96

Tints of Hopbush #C95D96

RGB

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

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

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

R = 45.27%
G = 20.95%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#C95D96 (or 0xC95D96) is known color: Hopbush. HEX triplet: C9, 5D and 96. RGB value is (201,93,150). Sum of RGB (Red+Green+Blue) = 201+93+150=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95D96 is #36A269. Grayscale: #838383. Windows color (decimal): -3580522 or 9854409. OLE color: 9854409.

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

Color convert

RGB 201 93 150 -
CMYK 0 0.54 0.25 0.21
HSL 328.33º 0.5% 0.58% -
HSV(B) 328.33º 0.54% 0.79% -
XYZ 33.51 22.45 31.42 -
YUV 131.79 138.28 177.37 -
System Red Green Blue C M Y K H S L
Decimal 201 93 150 0 0.54 0.25 0.21 328.33 0.5 0.58
Hex C9 5D 96 0 36 19 15 148 32 3A
Octal 311 135 226 0 66 31 25 510 62 72
Binary 11001001 1011101 10010110 0 110110 11001 10101 101001000 110010 111010

Color Harmonies of #C95D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95D96

Black with #C95D96

Text Example


Text Example

White with #C95D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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