Html Css Color HEX #C85E98 Hopbush

📋 copy color: '#C85E98'

red 200 ◦ green 94 ◦ blue 152

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

Shades of Hopbush #C85E98

Tints of Hopbush #C85E98

RGB

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

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

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

R = 44.84%
G = 21.08%
B = 34.08%

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

#C85E98 (or 0xC85E98) is known color: Hopbush. HEX triplet: C8, 5E and 98. RGB value is (200,94,152). Sum of RGB (Red+Green+Blue) = 200+94+152=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85E98 is #37A167. Grayscale: #848484. Windows color (decimal): -3645800 or 9985736. OLE color: 9985736.

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

Color convert

RGB 200 94 152 -
CMYK 0 0.53 0.24 0.22
HSL 327.17º 0.49% 0.58% -
HSV(B) 327.17º 0.53% 0.78% -
XYZ 33.49 22.55 32.29 -
YUV 132.31 139.12 176.28 -
System Red Green Blue C M Y K H S L
Decimal 200 94 152 0 0.53 0.24 0.22 327.17 0.49 0.58
Hex C8 5E 98 0 35 18 16 147 31 3A
Octal 310 136 230 0 65 30 26 507 61 72
Binary 11001000 1011110 10011000 0 110101 11000 10110 101000111 110001 111010

Color Harmonies of #C85E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85E98

Black with #C85E98

Text Example


Text Example

White with #C85E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85E98; }

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

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

background-color css

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

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

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

border-color css

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

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

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