Html Css Color HEX #C85283 Mulberry

📋 copy color: '#C85283'

red 200 ◦ green 82 ◦ blue 131

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

Shades of Mulberry #C85283

Tints of Mulberry #C85283

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.85%

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

R = 48.43%
G = 19.85%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C85283 (or 0xC85283) is known color: Mulberry. HEX triplet: C8, 52 and 83. RGB value is (200,82,131). Sum of RGB (Red+Green+Blue) = 200+82+131=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C85283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85283 is #37AD7C. Grayscale: #7A7A7A. Windows color (decimal): -3648893 or 8606408. OLE color: 8606408.

HSL color Cylindrical-coordinate representation of color #C85283: hue angle of 335.08º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C85283 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 82 131 -
CMYK 0 0.59 0.34 0.22
HSL 335.08º 0.52% 0.55% -
HSV(B) 335.08º 0.59% 0.78% -
XYZ 30.93 19.95 23.69 -
YUV 122.87 132.59 183.02 -
System Red Green Blue C M Y K H S L
Decimal 200 82 131 0 0.59 0.34 0.22 335.08 0.52 0.55
Hex C8 52 83 0 3B 22 16 14F 34 37
Octal 310 122 203 0 73 42 26 517 64 67
Binary 11001000 1010010 10000011 0 111011 100010 10110 101001111 110100 110111

Color Harmonies of #C85283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85283

Black with #C85283

Text Example


Text Example

White with #C85283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85283; }

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

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

background-color css

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

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

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

border-color css

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

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

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