Html Css Color HEX #C85AA4 Mulberry

📋 copy color: '#C85AA4'

red 200 ◦ green 90 ◦ blue 164

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

Shades of Mulberry #C85AA4

Tints of Mulberry #C85AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 36.12%

R = 44.05%
G = 19.82%
B = 36.12%

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

#C85AA4 (or 0xC85AA4) is known color: Mulberry. HEX triplet: C8, 5A and A4. RGB value is (200,90,164). Sum of RGB (Red+Green+Blue) = 200+90+164=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C85AA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85AA4 is #37A55B. Grayscale: #838383. Windows color (decimal): -3646812 or 10771144. OLE color: 10771144.

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

Color convert

RGB 200 90 164 -
CMYK 0 0.55 0.18 0.22
HSL 319.64º 0.5% 0.57% -
HSV(B) 319.64º 0.55% 0.78% -
XYZ 34.18 22.27 37.62 -
YUV 131.33 146.44 176.98 -
System Red Green Blue C M Y K H S L
Decimal 200 90 164 0 0.55 0.18 0.22 319.64 0.5 0.57
Hex C8 5A A4 0 37 12 16 140 32 39
Octal 310 132 244 0 67 22 26 500 62 71
Binary 11001000 1011010 10100100 0 110111 10010 10110 101000000 110010 111001

Color Harmonies of #C85AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85AA4

Black with #C85AA4

Text Example


Text Example

White with #C85AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85AA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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