Html Css Color HEX #C85F80 Hopbush

📋 copy color: '#C85F80'

red 200 ◦ green 95 ◦ blue 128

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

Shades of Hopbush #C85F80

Tints of Hopbush #C85F80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.26%

R = 47.28%
G = 22.46%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C85F80 (or 0xC85F80) is known color: Hopbush. HEX triplet: C8, 5F and 80. RGB value is (200,95,128). Sum of RGB (Red+Green+Blue) = 200+95+128=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85F80 is #37A07F. Grayscale: #828282. Windows color (decimal): -3645568 or 8413128. OLE color: 8413128.

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

Color convert

RGB 200 95 128 -
CMYK 0 0.52 0.36 0.22
HSL 341.14º 0.49% 0.58% -
HSV(B) 341.14º 0.53% 0.78% -
XYZ 31.81 22.02 23 -
YUV 130.16 126.79 177.82 -
System Red Green Blue C M Y K H S L
Decimal 200 95 128 0 0.52 0.36 0.22 341.14 0.49 0.58
Hex C8 5F 80 0 34 24 16 155 31 3A
Octal 310 137 200 0 64 44 26 525 61 72
Binary 11001000 1011111 10000000 0 110100 100100 10110 101010101 110001 111010

Color Harmonies of #C85F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85F80

Black with #C85F80

Text Example


Text Example

White with #C85F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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