Html Css Color HEX #C85C8B Mulberry

📋 copy color: '#C85C8B'

red 200 ◦ green 92 ◦ blue 139

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

Shades of Mulberry #C85C8B

Tints of Mulberry #C85C8B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.35%

 BLUE value IS 139 (54.69% from 255) = 32.25%

R = 46.4%
G = 21.35%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C85C8B (or 0xC85C8B) is known color: Mulberry. HEX triplet: C8, 5C and 8B. RGB value is (200,92,139). Sum of RGB (Red+Green+Blue) = 200+92+139=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85C8B is #37A374. Grayscale: #818181. Windows color (decimal): -3646325 or 9133256. OLE color: 9133256.

HSL color Cylindrical-coordinate representation of color #C85C8B: hue angle of 333.89º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C85C8B is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 92 139 -
CMYK 0 0.54 0.30 0.22
HSL 333.89º 0.5% 0.57% -
HSV(B) 333.89º 0.54% 0.78% -
XYZ 32.31 21.8 26.93 -
YUV 129.65 133.28 178.18 -
System Red Green Blue C M Y K H S L
Decimal 200 92 139 0 0.54 0.30 0.22 333.89 0.5 0.57
Hex C8 5C 8B 0 36 1E 16 14E 32 39
Octal 310 134 213 0 66 36 26 516 62 71
Binary 11001000 1011100 10001011 0 110110 11110 10110 101001110 110010 111001

Color Harmonies of #C85C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85C8B

Black with #C85C8B

Text Example


Text Example

White with #C85C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85C8B; }

 p { color: rgb(200,92,139); }

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

background-color css

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

 a { background-color: rgb(200,92,139); }

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

border-color css

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

 span { border-color: rgb(200,92,139); }

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