Html Css Color HEX #C85D99 Mulberry

📋 copy color: '#C85D99'

red 200 ◦ green 93 ◦ blue 153

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

Shades of Mulberry #C85D99

Tints of Mulberry #C85D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 34.3%

R = 44.84%
G = 20.85%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C85D99 (or 0xC85D99) is known color: Mulberry. HEX triplet: C8, 5D and 99. RGB value is (200,93,153). Sum of RGB (Red+Green+Blue) = 200+93+153=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85D99 is #37A266. Grayscale: #838383. Windows color (decimal): -3646055 or 10051016. OLE color: 10051016.

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

Color convert

RGB 200 93 153 -
CMYK 0 0.54 0.24 0.22
HSL 326.36º 0.49% 0.57% -
HSV(B) 326.36º 0.54% 0.78% -
XYZ 33.48 22.41 32.7 -
YUV 131.83 139.95 176.62 -
System Red Green Blue C M Y K H S L
Decimal 200 93 153 0 0.54 0.24 0.22 326.36 0.49 0.57
Hex C8 5D 99 0 36 18 16 146 31 39
Octal 310 135 231 0 66 30 26 506 61 71
Binary 11001000 1011101 10011001 0 110110 11000 10110 101000110 110001 111001

Color Harmonies of #C85D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85D99

Black with #C85D99

Text Example


Text Example

White with #C85D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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