Html Css Color HEX #C85F5D Indian Red

📋 copy color: '#C85F5D'

red 200 ◦ green 95 ◦ blue 93

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

Shades of Indian Red #C85F5D

Tints of Indian Red #C85F5D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.48%

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

R = 51.55%
G = 24.48%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C85F5D (or 0xC85F5D) is known color: Indian Red. HEX triplet: C8, 5F and 5D. RGB value is (200,95,93). Sum of RGB (Red+Green+Blue) = 200+95+93=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85F5D is #37A0A2. Grayscale: #7E7E7E. Windows color (decimal): -3645603 or 6119368. OLE color: 6119368.

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

Color convert

RGB 200 95 93 -
CMYK 0 0.52 0.54 0.22
HSL 1.12º 0.49% 0.57% -
HSV(B) 1.12º 0.54% 0.78% -
XYZ 29.89 21.25 12.88 -
YUV 126.17 109.29 180.66 -
System Red Green Blue C M Y K H S L
Decimal 200 95 93 0 0.52 0.54 0.22 1.12 0.49 0.57
Hex C8 5F 5D 0 34 36 16 1 31 39
Octal 310 137 135 0 64 66 26 1 61 71
Binary 11001000 1011111 1011101 0 110100 110110 10110 1 110001 111001

Color Harmonies of #C85F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85F5D

Black with #C85F5D

Text Example


Text Example

White with #C85F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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