Html Css Color HEX #C85585 Mulberry

📋 copy color: '#C85585'

red 200 ◦ green 85 ◦ blue 133

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

Shades of Mulberry #C85585

Tints of Mulberry #C85585

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.33%

 BLUE value IS 133 (52.34% from 255) = 31.82%

R = 47.85%
G = 20.33%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C85585 (or 0xC85585) is known color: Mulberry. HEX triplet: C8, 55 and 85. RGB value is (200,85,133). Sum of RGB (Red+Green+Blue) = 200+85+133=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C85585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85585 is #37AA7A. Grayscale: #7C7C7C. Windows color (decimal): -3648123 or 8738248. OLE color: 8738248.

HSL color Cylindrical-coordinate representation of color #C85585: hue angle of 334.96º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C85585 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 85 133 -
CMYK 0 0.58 0.34 0.22
HSL 334.96º 0.51% 0.56% -
HSV(B) 334.96º 0.58% 0.78% -
XYZ 31.3 20.47 24.49 -
YUV 124.86 132.6 181.6 -
System Red Green Blue C M Y K H S L
Decimal 200 85 133 0 0.58 0.34 0.22 334.96 0.51 0.56
Hex C8 55 85 0 3A 22 16 14F 33 38
Octal 310 125 205 0 72 42 26 517 63 70
Binary 11001000 1010101 10000101 0 111010 100010 10110 101001111 110011 111000

Color Harmonies of #C85585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85585

Black with #C85585

Text Example


Text Example

White with #C85585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85585; }

 p { color: rgb(200,85,133); }

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

background-color css

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

 a { background-color: rgb(200,85,133); }

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

border-color css

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

 span { border-color: rgb(200,85,133); }

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