Html Css Color HEX #C85E96 Hopbush

📋 copy color: '#C85E96'

red 200 ◦ green 94 ◦ blue 150

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

Shades of Hopbush #C85E96

Tints of Hopbush #C85E96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.78%

R = 45.05%
G = 21.17%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C85E96 (or 0xC85E96) is known color: Hopbush. HEX triplet: C8, 5E and 96. RGB value is (200,94,150). Sum of RGB (Red+Green+Blue) = 200+94+150=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85E96 is #37A169. Grayscale: #838383. Windows color (decimal): -3645802 or 9854664. OLE color: 9854664.

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

Color convert

RGB 200 94 150 -
CMYK 0 0.53 0.25 0.22
HSL 328.3º 0.49% 0.58% -
HSV(B) 328.3º 0.53% 0.78% -
XYZ 33.33 22.49 31.44 -
YUV 132.08 138.12 176.45 -
System Red Green Blue C M Y K H S L
Decimal 200 94 150 0 0.53 0.25 0.22 328.3 0.49 0.58
Hex C8 5E 96 0 35 19 16 148 31 3A
Octal 310 136 226 0 65 31 26 510 61 72
Binary 11001000 1011110 10010110 0 110101 11001 10110 101001000 110001 111010

Color Harmonies of #C85E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85E96

Black with #C85E96

Text Example


Text Example

White with #C85E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85E96; }

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

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

background-color css

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

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

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

border-color css

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

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

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