Html Css Color HEX #C85583 Mulberry

📋 copy color: '#C85583'

red 200 ◦ green 85 ◦ blue 131

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

Shades of Mulberry #C85583

Tints of Mulberry #C85583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.49%

R = 48.08%
G = 20.43%
B = 31.49%

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

#C85583 (or 0xC85583) is known color: Mulberry. HEX triplet: C8, 55 and 83. RGB value is (200,85,131). Sum of RGB (Red+Green+Blue) = 200+85+131=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C85583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85583 is #37AA7C. Grayscale: #7C7C7C. Windows color (decimal): -3648125 or 8607176. OLE color: 8607176.

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

Color convert

RGB 200 85 131 -
CMYK 0 0.58 0.34 0.22
HSL 336º 0.51% 0.56% -
HSV(B) 336º 0.58% 0.78% -
XYZ 31.16 20.42 23.77 -
YUV 124.63 131.6 181.76 -
System Red Green Blue C M Y K H S L
Decimal 200 85 131 0 0.58 0.34 0.22 336 0.51 0.56
Hex C8 55 83 0 3A 22 16 150 33 38
Octal 310 125 203 0 72 42 26 520 63 70
Binary 11001000 1010101 10000011 0 111010 100010 10110 101010000 110011 111000

Color Harmonies of #C85583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85583

Black with #C85583

Text Example


Text Example

White with #C85583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85583; }

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

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

background-color css

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

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

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

border-color css

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

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

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