Html Css Color HEX #C9635E Indian Red

📋 copy color: '#C9635E'

red 201 ◦ green 99 ◦ blue 94

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

Shades of Indian Red #C9635E

Tints of Indian Red #C9635E

RGB

 RED value IS 201 (78.91% from 255) = 51.02%

 GREEN value IS 99 (39.06% from 255) = 25.13%

 BLUE value IS 94 (37.11% from 255) = 23.86%

R = 51.02%
G = 25.13%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9635E (or 0xC9635E) is known color: Indian Red. HEX triplet: C9, 63 and 5E. RGB value is (201,99,94). Sum of RGB (Red+Green+Blue) = 201+99+94=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C9635E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9635E is #369CA1. Grayscale: #818181. Windows color (decimal): -3579042 or 6185929. OLE color: 6185929.

HSL color Cylindrical-coordinate representation of color #C9635E: hue angle of 2.8º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9635E is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 99 94 -
CMYK 0 0.51 0.53 0.21
HSL 2.8º 0.5% 0.58% -
HSV(B) 2.8º 0.53% 0.79% -
XYZ 30.57 22.15 13.25 -
YUV 128.93 108.29 179.41 -
System Red Green Blue C M Y K H S L
Decimal 201 99 94 0 0.51 0.53 0.21 2.8 0.5 0.58
Hex C9 63 5E 0 33 35 15 3 32 3A
Octal 311 143 136 0 63 65 25 3 62 72
Binary 11001001 1100011 1011110 0 110011 110101 10101 11 110010 111010

Color Harmonies of #C9635E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9635E

Black with #C9635E

Text Example


Text Example

White with #C9635E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9635E; }

 p { color: rgb(201,99,94); }

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

background-color css

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

 a { background-color: rgb(201,99,94); }

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

border-color css

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

 span { border-color: rgb(201,99,94); }

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