Html Css Color HEX #C85CA4 Mulberry

📋 copy color: '#C85CA4'

red 200 ◦ green 92 ◦ blue 164

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

Shades of Mulberry #C85CA4

Tints of Mulberry #C85CA4

RGB

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

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

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

R = 43.86%
G = 20.18%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C85CA4 (or 0xC85CA4) is known color: Mulberry. HEX triplet: C8, 5C and A4. RGB value is (200,92,164). Sum of RGB (Red+Green+Blue) = 200+92+164=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 164 (64.45% from 255 or 35.96% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C85CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85CA4 is #37A35B. Grayscale: #848484. Windows color (decimal): -3646300 or 10771656. OLE color: 10771656.

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

Color convert

RGB 200 92 164 -
CMYK 0 0.54 0.18 0.22
HSL 320º 0.5% 0.57% -
HSV(B) 320º 0.54% 0.78% -
XYZ 34.35 22.61 37.68 -
YUV 132.5 145.78 176.15 -
System Red Green Blue C M Y K H S L
Decimal 200 92 164 0 0.54 0.18 0.22 320 0.5 0.57
Hex C8 5C A4 0 36 12 16 140 32 39
Octal 310 134 244 0 66 22 26 500 62 71
Binary 11001000 1011100 10100100 0 110110 10010 10110 101000000 110010 111001

Color Harmonies of #C85CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85CA4

Black with #C85CA4

Text Example


Text Example

White with #C85CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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