Html Css Color HEX #C95FA6 Hopbush

📋 copy color: '#C95FA6'

red 201 ◦ green 95 ◦ blue 166

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

Shades of Hopbush #C95FA6

Tints of Hopbush #C95FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.93%

R = 43.51%
G = 20.56%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#C95FA6 (or 0xC95FA6) is known color: Hopbush. HEX triplet: C9, 5F and A6. RGB value is (201,95,166). Sum of RGB (Red+Green+Blue) = 201+95+166=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 95 (37.5% from 255 or 20.56% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C95FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95FA6 is #36A059. Grayscale: #868686. Windows color (decimal): -3579994 or 10903497. OLE color: 10903497.

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

Color convert

RGB 201 95 166 -
CMYK 0 0.53 0.17 0.21
HSL 319.81º 0.5% 0.58% -
HSV(B) 319.81º 0.53% 0.79% -
XYZ 35.06 23.36 38.74 -
YUV 134.79 145.62 175.23 -
System Red Green Blue C M Y K H S L
Decimal 201 95 166 0 0.53 0.17 0.21 319.81 0.5 0.58
Hex C9 5F A6 0 35 11 15 140 32 3A
Octal 311 137 246 0 65 21 25 500 62 72
Binary 11001001 1011111 10100110 0 110101 10001 10101 101000000 110010 111010

Color Harmonies of #C95FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95FA6

Black with #C95FA6

Text Example


Text Example

White with #C95FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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