Html Css Color HEX #C85292 Mulberry

📋 copy color: '#C85292'

red 200 ◦ green 82 ◦ blue 146

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

Shades of Mulberry #C85292

Tints of Mulberry #C85292

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.16%

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

R = 46.73%
G = 19.16%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C85292 (or 0xC85292) is known color: Mulberry. HEX triplet: C8, 52 and 92. RGB value is (200,82,146). Sum of RGB (Red+Green+Blue) = 200+82+146=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C85292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85292 is #37AD6D. Grayscale: #7C7C7C. Windows color (decimal): -3648878 or 9589448. OLE color: 9589448.

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

Color convert

RGB 200 82 146 -
CMYK 0 0.59 0.27 0.22
HSL 327.46º 0.52% 0.55% -
HSV(B) 327.46º 0.59% 0.78% -
XYZ 32.03 20.39 29.44 -
YUV 124.58 140.09 181.8 -
System Red Green Blue C M Y K H S L
Decimal 200 82 146 0 0.59 0.27 0.22 327.46 0.52 0.55
Hex C8 52 92 0 3B 1B 16 147 34 37
Octal 310 122 222 0 73 33 26 507 64 67
Binary 11001000 1010010 10010010 0 111011 11011 10110 101000111 110100 110111

Color Harmonies of #C85292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85292

Black with #C85292

Text Example


Text Example

White with #C85292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85292; }

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

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

background-color css

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

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

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

border-color css

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

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

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