Html Css Color HEX #C85A9C Mulberry

📋 copy color: '#C85A9C'

red 200 ◦ green 90 ◦ blue 156

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

Shades of Mulberry #C85A9C

Tints of Mulberry #C85A9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.98%

R = 44.84%
G = 20.18%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C85A9C (or 0xC85A9C) is known color: Mulberry. HEX triplet: C8, 5A and 9C. RGB value is (200,90,156). Sum of RGB (Red+Green+Blue) = 200+90+156=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85A9C is #37A563. Grayscale: #828282. Windows color (decimal): -3646820 or 10246856. OLE color: 10246856.

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

Color convert

RGB 200 90 156 -
CMYK 0 0.55 0.22 0.22
HSL 324º 0.5% 0.57% -
HSV(B) 324º 0.55% 0.78% -
XYZ 33.48 21.99 33.93 -
YUV 130.41 142.44 177.63 -
System Red Green Blue C M Y K H S L
Decimal 200 90 156 0 0.55 0.22 0.22 324 0.5 0.57
Hex C8 5A 9C 0 37 16 16 144 32 39
Octal 310 132 234 0 67 26 26 504 62 71
Binary 11001000 1011010 10011100 0 110111 10110 10110 101000100 110010 111001

Color Harmonies of #C85A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85A9C

Black with #C85A9C

Text Example


Text Example

White with #C85A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85A9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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