Html Css Color HEX #C85A59 Indian Red

📋 copy color: '#C85A59'

red 200 ◦ green 90 ◦ blue 89

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

Shades of Indian Red #C85A59

Tints of Indian Red #C85A59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.48%

R = 52.77%
G = 23.75%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C85A59 (or 0xC85A59) is known color: Indian Red. HEX triplet: C8, 5A and 59. RGB value is (200,90,89). Sum of RGB (Red+Green+Blue) = 200+90+89=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85A59 is #37A5A6. Grayscale: #7A7A7A. Windows color (decimal): -3646887 or 5855944. OLE color: 5855944.

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

Color convert

RGB 200 90 89 -
CMYK 0 0.55 0.56 0.22
HSL 0.54º 0.5% 0.57% -
HSV(B) 0.54º 0.56% 0.78% -
XYZ 29.28 20.31 11.83 -
YUV 122.78 108.94 183.08 -
System Red Green Blue C M Y K H S L
Decimal 200 90 89 0 0.55 0.56 0.22 0.54 0.5 0.57
Hex C8 5A 59 0 37 38 16 1 32 39
Octal 310 132 131 0 67 70 26 1 62 71
Binary 11001000 1011010 1011001 0 110111 111000 10110 1 110010 111001

Color Harmonies of #C85A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85A59

Black with #C85A59

Text Example


Text Example

White with #C85A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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