Html Css Color HEX #C95D98 Hopbush

📋 copy color: '#C95D98'

red 201 ◦ green 93 ◦ blue 152

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

Shades of Hopbush #C95D98

Tints of Hopbush #C95D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.08%

R = 45.07%
G = 20.85%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#C95D98 (or 0xC95D98) is known color: Hopbush. HEX triplet: C9, 5D and 98. RGB value is (201,93,152). Sum of RGB (Red+Green+Blue) = 201+93+152=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95D98 is #36A267. Grayscale: #838383. Windows color (decimal): -3580520 or 9985481. OLE color: 9985481.

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

Color convert

RGB 201 93 152 -
CMYK 0 0.54 0.24 0.21
HSL 327.22º 0.5% 0.58% -
HSV(B) 327.22º 0.54% 0.79% -
XYZ 33.67 22.51 32.28 -
YUV 132.02 139.28 177.2 -
System Red Green Blue C M Y K H S L
Decimal 201 93 152 0 0.54 0.24 0.21 327.22 0.5 0.58
Hex C9 5D 98 0 36 18 15 147 32 3A
Octal 311 135 230 0 66 30 25 507 62 72
Binary 11001001 1011101 10011000 0 110110 11000 10101 101000111 110010 111010

Color Harmonies of #C95D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95D98

Black with #C95D98

Text Example


Text Example

White with #C95D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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