Html Css Color HEX #C85E8F Hopbush

📋 copy color: '#C85E8F'

red 200 ◦ green 94 ◦ blue 143

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

Shades of Hopbush #C85E8F

Tints of Hopbush #C85E8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.72%

R = 45.77%
G = 21.51%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C85E8F (or 0xC85E8F) is known color: Hopbush. HEX triplet: C8, 5E and 8F. RGB value is (200,94,143). Sum of RGB (Red+Green+Blue) = 200+94+143=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85E8F is #37A170. Grayscale: #838383. Windows color (decimal): -3645809 or 9395912. OLE color: 9395912.

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

Color convert

RGB 200 94 143 -
CMYK 0 0.53 0.28 0.22
HSL 332.26º 0.49% 0.58% -
HSV(B) 332.26º 0.53% 0.78% -
XYZ 32.78 22.27 28.56 -
YUV 131.28 134.62 177.02 -
System Red Green Blue C M Y K H S L
Decimal 200 94 143 0 0.53 0.28 0.22 332.26 0.49 0.58
Hex C8 5E 8F 0 35 1C 16 14C 31 3A
Octal 310 136 217 0 65 34 26 514 61 72
Binary 11001000 1011110 10001111 0 110101 11100 10110 101001100 110001 111010

Color Harmonies of #C85E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85E8F

Black with #C85E8F

Text Example


Text Example

White with #C85E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85E8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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