Html Css Color HEX #C85A5D Mandy

📋 copy color: '#C85A5D'

red 200 ◦ green 90 ◦ blue 93

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

Shades of Mandy #C85A5D

Tints of Mandy #C85A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.28%

R = 52.22%
G = 23.5%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C85A5D (or 0xC85A5D) is known color: Mandy. HEX triplet: C8, 5A and 5D. RGB value is (200,90,93). Sum of RGB (Red+Green+Blue) = 200+90+93=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85A5D is #37A5A2. Grayscale: #7B7B7B. Windows color (decimal): -3646883 or 6118088. OLE color: 6118088.

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

Color convert

RGB 200 90 93 -
CMYK 0 0.55 0.54 0.22
HSL 358.36º 0.5% 0.57% -
HSV(B) 358.36º 0.55% 0.78% -
XYZ 29.45 20.38 12.74 -
YUV 123.23 110.94 182.76 -
System Red Green Blue C M Y K H S L
Decimal 200 90 93 0 0.55 0.54 0.22 358.36 0.5 0.57
Hex C8 5A 5D 0 37 36 16 166 32 39
Octal 310 132 135 0 67 66 26 546 62 71
Binary 11001000 1011010 1011101 0 110111 110110 10110 101100110 110010 111001

Color Harmonies of #C85A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85A5D

Black with #C85A5D

Text Example


Text Example

White with #C85A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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