Html Css Color HEX #C9635D Indian Red

📋 copy color: '#C9635D'

red 201 ◦ green 99 ◦ blue 93

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

Shades of Indian Red #C9635D

Tints of Indian Red #C9635D

RGB

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

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

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

R = 51.15%
G = 25.19%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9635D (or 0xC9635D) is known color: Indian Red. HEX triplet: C9, 63 and 5D. RGB value is (201,99,93). Sum of RGB (Red+Green+Blue) = 201+99+93=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9635D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9635D is #369CA2. Grayscale: #808080. Windows color (decimal): -3579043 or 6120393. OLE color: 6120393.

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

Color convert

RGB 201 99 93 -
CMYK 0 0.51 0.54 0.21
HSL 3.33º 0.5% 0.58% -
HSV(B) 3.33º 0.54% 0.79% -
XYZ 30.53 22.13 13.02 -
YUV 128.81 107.79 179.49 -
System Red Green Blue C M Y K H S L
Decimal 201 99 93 0 0.51 0.54 0.21 3.33 0.5 0.58
Hex C9 63 5D 0 33 36 15 3 32 3A
Octal 311 143 135 0 63 66 25 3 62 72
Binary 11001001 1100011 1011101 0 110011 110110 10101 11 110010 111010

Color Harmonies of #C9635D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9635D

Black with #C9635D

Text Example


Text Example

White with #C9635D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9635D; }

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

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

background-color css

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

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

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

border-color css

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

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

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