Html Css Color HEX #C85692 Mulberry

📋 copy color: '#C85692'

red 200 ◦ green 86 ◦ blue 146

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

Shades of Mulberry #C85692

Tints of Mulberry #C85692

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.91%

 BLUE value IS 146 (57.42% from 255) = 33.8%

R = 46.3%
G = 19.91%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C85692 (or 0xC85692) is known color: Mulberry. HEX triplet: C8, 56 and 92. RGB value is (200,86,146). Sum of RGB (Red+Green+Blue) = 200+86+146=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C85692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85692 is #37A96D. Grayscale: #7E7E7E. Windows color (decimal): -3647854 or 9590472. OLE color: 9590472.

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

Color convert

RGB 200 86 146 -
CMYK 0 0.57 0.27 0.22
HSL 328.42º 0.51% 0.56% -
HSV(B) 328.42º 0.57% 0.78% -
XYZ 32.34 21.01 29.55 -
YUV 126.93 138.77 180.12 -
System Red Green Blue C M Y K H S L
Decimal 200 86 146 0 0.57 0.27 0.22 328.42 0.51 0.56
Hex C8 56 92 0 39 1B 16 148 33 38
Octal 310 126 222 0 71 33 26 510 63 70
Binary 11001000 1010110 10010010 0 111001 11011 10110 101001000 110011 111000

Color Harmonies of #C85692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85692

Black with #C85692

Text Example


Text Example

White with #C85692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85692; }

 p { color: rgb(200,86,146); }

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

background-color css

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

 a { background-color: rgb(200,86,146); }

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

border-color css

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

 span { border-color: rgb(200,86,146); }

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