Html Css Color HEX #C85F99 Hopbush

📋 copy color: '#C85F99'

red 200 ◦ green 95 ◦ blue 153

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

Shades of Hopbush #C85F99

Tints of Hopbush #C85F99

RGB

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

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

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

R = 44.64%
G = 21.21%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C85F99 (or 0xC85F99) is known color: Hopbush. HEX triplet: C8, 5F and 99. RGB value is (200,95,153). Sum of RGB (Red+Green+Blue) = 200+95+153=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85F99 is #37A066. Grayscale: #848484. Windows color (decimal): -3645543 or 10051528. OLE color: 10051528.

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

Color convert

RGB 200 95 153 -
CMYK 0 0.52 0.24 0.22
HSL 326.86º 0.49% 0.58% -
HSV(B) 326.86º 0.53% 0.78% -
XYZ 33.66 22.76 32.76 -
YUV 133.01 139.29 175.78 -
System Red Green Blue C M Y K H S L
Decimal 200 95 153 0 0.52 0.24 0.22 326.86 0.49 0.58
Hex C8 5F 99 0 34 18 16 147 31 3A
Octal 310 137 231 0 64 30 26 507 61 72
Binary 11001000 1011111 10011001 0 110100 11000 10110 101000111 110001 111010

Color Harmonies of #C85F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85F99

Black with #C85F99

Text Example


Text Example

White with #C85F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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