Html Css Color HEX #C85F89 Hopbush

📋 copy color: '#C85F89'

red 200 ◦ green 95 ◦ blue 137

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

Shades of Hopbush #C85F89

Tints of Hopbush #C85F89

RGB

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

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

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

R = 46.3%
G = 21.99%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C85F89 (or 0xC85F89) is known color: Hopbush. HEX triplet: C8, 5F and 89. RGB value is (200,95,137). Sum of RGB (Red+Green+Blue) = 200+95+137=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 137 (53.91% from 255 or 31.71% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85F89 is #37A076. Grayscale: #838383. Windows color (decimal): -3645559 or 9002952. OLE color: 9002952.

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

Color convert

RGB 200 95 137 -
CMYK 0 0.52 0.32 0.22
HSL 336º 0.49% 0.58% -
HSV(B) 336º 0.53% 0.78% -
XYZ 32.43 22.27 26.26 -
YUV 131.18 131.29 177.08 -
System Red Green Blue C M Y K H S L
Decimal 200 95 137 0 0.52 0.32 0.22 336 0.49 0.58
Hex C8 5F 89 0 34 20 16 150 31 3A
Octal 310 137 211 0 64 40 26 520 61 72
Binary 11001000 1011111 10001001 0 110100 100000 10110 101010000 110001 111010

Color Harmonies of #C85F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85F89

Black with #C85F89

Text Example


Text Example

White with #C85F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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