Html Css Color HEX #C85A65 Mandy

📋 copy color: '#C85A65'

red 200 ◦ green 90 ◦ blue 101

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

Shades of Mandy #C85A65

Tints of Mandy #C85A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.83%

R = 51.15%
G = 23.02%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C85A65 (or 0xC85A65) is known color: Mandy. HEX triplet: C8, 5A and 65. RGB value is (200,90,101). Sum of RGB (Red+Green+Blue) = 200+90+101=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85A65 is #37A59A. Grayscale: #7C7C7C. Windows color (decimal): -3646875 or 6642376. OLE color: 6642376.

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

Color convert

RGB 200 90 101 -
CMYK 0 0.55 0.49 0.22
HSL 354º 0.5% 0.57% -
HSV(B) 354º 0.55% 0.78% -
XYZ 29.82 20.53 14.7 -
YUV 124.14 114.94 182.11 -
System Red Green Blue C M Y K H S L
Decimal 200 90 101 0 0.55 0.49 0.22 354 0.5 0.57
Hex C8 5A 65 0 37 31 16 162 32 39
Octal 310 132 145 0 67 61 26 542 62 71
Binary 11001000 1011010 1100101 0 110111 110001 10110 101100010 110010 111001

Color Harmonies of #C85A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85A65

Black with #C85A65

Text Example


Text Example

White with #C85A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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