Html Css Color HEX #C85AA3 Mulberry

📋 copy color: '#C85AA3'

red 200 ◦ green 90 ◦ blue 163

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

Shades of Mulberry #C85AA3

Tints of Mulberry #C85AA3

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.87%

 BLUE value IS 163 (64.06% from 255) = 35.98%

R = 44.15%
G = 19.87%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C85AA3 (or 0xC85AA3) is known color: Mulberry. HEX triplet: C8, 5A and A3. RGB value is (200,90,163). Sum of RGB (Red+Green+Blue) = 200+90+163=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 163 (64.06% from 255 or 35.98% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C85AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85AA3 is #37A55C. Grayscale: #838383. Windows color (decimal): -3646813 or 10705608. OLE color: 10705608.

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

Color convert

RGB 200 90 163 -
CMYK 0 0.55 0.18 0.22
HSL 320.18º 0.5% 0.57% -
HSV(B) 320.18º 0.55% 0.78% -
XYZ 34.09 22.24 37.15 -
YUV 131.21 145.94 177.06 -
System Red Green Blue C M Y K H S L
Decimal 200 90 163 0 0.55 0.18 0.22 320.18 0.5 0.57
Hex C8 5A A3 0 37 12 16 140 32 39
Octal 310 132 243 0 67 22 26 500 62 71
Binary 11001000 1011010 10100011 0 110111 10010 10110 101000000 110010 111001

Color Harmonies of #C85AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85AA3

Black with #C85AA3

Text Example


Text Example

White with #C85AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85AA3; }

 p { color: rgb(200,90,163); }

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

background-color css

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

 a { background-color: rgb(200,90,163); }

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

border-color css

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

 span { border-color: rgb(200,90,163); }

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