Html Css Color HEX #C85357 Mandy

📋 copy color: '#C85357'

red 200 ◦ green 83 ◦ blue 87

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

Shades of Mandy #C85357

Tints of Mandy #C85357

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.43%

 BLUE value IS 87 (34.38% from 255) = 23.51%

R = 54.05%
G = 22.43%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C85357 (or 0xC85357) is known color: Mandy. HEX triplet: C8, 53 and 57. RGB value is (200,83,87). Sum of RGB (Red+Green+Blue) = 200+83+87=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C85357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85357 is #37ACA8. Grayscale: #767676. Windows color (decimal): -3648681 or 5723080. OLE color: 5723080.

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

Color convert

RGB 200 83 87 -
CMYK 0 0.58 0.56 0.22
HSL 357.95º 0.52% 0.55% -
HSV(B) 357.95º 0.59% 0.78% -
XYZ 28.63 19.15 11.2 -
YUV 118.44 110.26 186.17 -
System Red Green Blue C M Y K H S L
Decimal 200 83 87 0 0.58 0.56 0.22 357.95 0.52 0.55
Hex C8 53 57 0 3A 38 16 166 34 37
Octal 310 123 127 0 72 70 26 546 64 67
Binary 11001000 1010011 1010111 0 111010 111000 10110 101100110 110100 110111

Color Harmonies of #C85357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85357

Black with #C85357

Text Example


Text Example

White with #C85357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85357; }

 p { color: rgb(200,83,87); }

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

background-color css

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

 a { background-color: rgb(200,83,87); }

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

border-color css

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

 span { border-color: rgb(200,83,87); }

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