Html Css Color HEX #C95E8C Hopbush

📋 copy color: '#C95E8C'

red 201 ◦ green 94 ◦ blue 140

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

Shades of Hopbush #C95E8C

Tints of Hopbush #C95E8C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.61%

 BLUE value IS 140 (55.08% from 255) = 32.18%

R = 46.21%
G = 21.61%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C95E8C (or 0xC95E8C) is known color: Hopbush. HEX triplet: C9, 5E and 8C. RGB value is (201,94,140). Sum of RGB (Red+Green+Blue) = 201+94+140=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95E8C is #36A173. Grayscale: #838383. Windows color (decimal): -3580276 or 9199305. OLE color: 9199305.

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

Color convert

RGB 201 94 140 -
CMYK 0 0.53 0.30 0.21
HSL 334.21º 0.5% 0.58% -
HSV(B) 334.21º 0.53% 0.79% -
XYZ 32.82 22.32 27.39 -
YUV 131.24 132.95 177.76 -
System Red Green Blue C M Y K H S L
Decimal 201 94 140 0 0.53 0.30 0.21 334.21 0.5 0.58
Hex C9 5E 8C 0 35 1E 15 14E 32 3A
Octal 311 136 214 0 65 36 25 516 62 72
Binary 11001001 1011110 10001100 0 110101 11110 10101 101001110 110010 111010

Color Harmonies of #C95E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95E8C

Black with #C95E8C

Text Example


Text Example

White with #C95E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95E8C; }

 p { color: rgb(201,94,140); }

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

background-color css

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

 a { background-color: rgb(201,94,140); }

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

border-color css

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

 span { border-color: rgb(201,94,140); }

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