Html Css Color HEX #C85B5B Indian Red

📋 copy color: '#C85B5B'

red 200 ◦ green 91 ◦ blue 91

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

Shades of Indian Red #C85B5B

Tints of Indian Red #C85B5B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.82%

 BLUE value IS 91 (35.94% from 255) = 23.82%

R = 52.36%
G = 23.82%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C85B5B (or 0xC85B5B) is known color: Indian Red. HEX triplet: C8, 5B and 5B. RGB value is (200,91,91). Sum of RGB (Red+Green+Blue) = 200+91+91=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85B5B is #37A4A4. Grayscale: #7B7B7B. Windows color (decimal): -3646629 or 5987272. OLE color: 5987272.

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

Color convert

RGB 200 91 91 -
CMYK 0 0.54 0.54 0.22
HSL 0.5% 0.57% -
HSV(B) 0.55% 0.78% -
XYZ 29.45 20.52 12.31 -
YUV 123.59 109.61 182.5 -
System Red Green Blue C M Y K H S L
Decimal 200 91 91 0 0.54 0.54 0.22 0 0.5 0.57
Hex C8 5B 5B 0 36 36 16 0 32 39
Octal 310 133 133 0 66 66 26 0 62 71
Binary 11001000 1011011 1011011 0 110110 110110 10110 0 110010 111001

Color Harmonies of #C85B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85B5B

Black with #C85B5B

Text Example


Text Example

White with #C85B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85B5B; }

 p { color: rgb(200,91,91); }

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

background-color css

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

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

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

border-color css

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

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

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