Html Css Color HEX #C85D89 Hopbush

📋 copy color: '#C85D89'

red 200 ◦ green 93 ◦ blue 137

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

Shades of Hopbush #C85D89

Tints of Hopbush #C85D89

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.63%

 BLUE value IS 137 (53.91% from 255) = 31.86%

R = 46.51%
G = 21.63%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C85D89 (or 0xC85D89) is known color: Hopbush. HEX triplet: C8, 5D and 89. RGB value is (200,93,137). Sum of RGB (Red+Green+Blue) = 200+93+137=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85D89 is #37A276. Grayscale: #818181. Windows color (decimal): -3646071 or 9002440. OLE color: 9002440.

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

Color convert

RGB 200 93 137 -
CMYK 0 0.54 0.32 0.22
HSL 335.33º 0.49% 0.57% -
HSV(B) 335.33º 0.54% 0.78% -
XYZ 32.25 21.91 26.2 -
YUV 130.01 131.95 177.92 -
System Red Green Blue C M Y K H S L
Decimal 200 93 137 0 0.54 0.32 0.22 335.33 0.49 0.57
Hex C8 5D 89 0 36 20 16 14F 31 39
Octal 310 135 211 0 66 40 26 517 61 71
Binary 11001000 1011101 10001001 0 110110 100000 10110 101001111 110001 111001

Color Harmonies of #C85D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85D89

Black with #C85D89

Text Example


Text Example

White with #C85D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85D89; }

 p { color: rgb(200,93,137); }

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

background-color css

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

 a { background-color: rgb(200,93,137); }

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

border-color css

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

 span { border-color: rgb(200,93,137); }

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