Html Css Color HEX #C85E99 Hopbush

📋 copy color: '#C85E99'

red 200 ◦ green 94 ◦ blue 153

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

Shades of Hopbush #C85E99

Tints of Hopbush #C85E99

RGB

 RED value IS 200 (78.52% from 255) = 44.74%

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

 BLUE value IS 153 (60.16% from 255) = 34.23%

R = 44.74%
G = 21.03%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C85E99 (or 0xC85E99) is known color: Hopbush. HEX triplet: C8, 5E and 99. RGB value is (200,94,153). Sum of RGB (Red+Green+Blue) = 200+94+153=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 94 (37.11% from 255 or 21.03% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85E99 is #37A166. Grayscale: #848484. Windows color (decimal): -3645799 or 10051272. OLE color: 10051272.

HSL color Cylindrical-coordinate representation of color #C85E99: hue angle of 326.6º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85E99 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 94 153 -
CMYK 0 0.53 0.24 0.22
HSL 326.6º 0.49% 0.58% -
HSV(B) 326.6º 0.53% 0.78% -
XYZ 33.57 22.58 32.73 -
YUV 132.42 139.62 176.2 -
System Red Green Blue C M Y K H S L
Decimal 200 94 153 0 0.53 0.24 0.22 326.6 0.49 0.58
Hex C8 5E 99 0 35 18 16 147 31 3A
Octal 310 136 231 0 65 30 26 507 61 72
Binary 11001000 1011110 10011001 0 110101 11000 10110 101000111 110001 111010

Color Harmonies of #C85E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85E99

Black with #C85E99

Text Example


Text Example

White with #C85E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85E99; }

 p { color: rgb(200,94,153); }

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

background-color css

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

 a { background-color: rgb(200,94,153); }

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

border-color css

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

 span { border-color: rgb(200,94,153); }

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