Html Css Color HEX #C85AA7 Mulberry

📋 copy color: '#C85AA7'

red 200 ◦ green 90 ◦ blue 167

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

Shades of Mulberry #C85AA7

Tints of Mulberry #C85AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.54%

R = 43.76%
G = 19.69%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C85AA7 (or 0xC85AA7) is known color: Mulberry. HEX triplet: C8, 5A and A7. RGB value is (200,90,167). Sum of RGB (Red+Green+Blue) = 200+90+167=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 167 (65.62% from 255 or 36.54% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C85AA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85AA7 is #37A558. Grayscale: #838383. Windows color (decimal): -3646809 or 10967752. OLE color: 10967752.

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

Color convert

RGB 200 90 167 -
CMYK 0 0.55 0.16 0.22
HSL 318º 0.5% 0.57% -
HSV(B) 318º 0.55% 0.78% -
XYZ 34.45 22.38 39.06 -
YUV 131.67 147.94 176.74 -
System Red Green Blue C M Y K H S L
Decimal 200 90 167 0 0.55 0.16 0.22 318 0.5 0.57
Hex C8 5A A7 0 37 10 16 13E 32 39
Octal 310 132 247 0 67 20 26 476 62 71
Binary 11001000 1011010 10100111 0 110111 10000 10110 100111110 110010 111001

Color Harmonies of #C85AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85AA7

Black with #C85AA7

Text Example


Text Example

White with #C85AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85AA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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