Html Css Color HEX #C85CA0 Mulberry

📋 copy color: '#C85CA0'

red 200 ◦ green 92 ◦ blue 160

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

Shades of Mulberry #C85CA0

Tints of Mulberry #C85CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.4%

R = 44.25%
G = 20.35%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.2

 K value IS 0.22

RGB Variations

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

Color information

#C85CA0 (or 0xC85CA0) is known color: Mulberry. HEX triplet: C8, 5C and A0. RGB value is (200,92,160). Sum of RGB (Red+Green+Blue) = 200+92+160=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C85CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85CA0 is #37A35F. Grayscale: #838383. Windows color (decimal): -3646304 or 10509512. OLE color: 10509512.

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

Color convert

RGB 200 92 160 -
CMYK 0 0.54 0.2 0.22
HSL 322.22º 0.5% 0.57% -
HSV(B) 322.22º 0.54% 0.78% -
XYZ 33.99 22.47 35.8 -
YUV 132.04 143.78 176.47 -
System Red Green Blue C M Y K H S L
Decimal 200 92 160 0 0.54 0.2 0.22 322.22 0.5 0.57
Hex C8 5C A0 0 36 14 16 142 32 39
Octal 310 134 240 0 66 24 26 502 62 71
Binary 11001000 1011100 10100000 0 110110 10100 10110 101000010 110010 111001

Color Harmonies of #C85CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85CA0

Black with #C85CA0

Text Example


Text Example

White with #C85CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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