#C9645E

Color #C9645E Indian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indian Red #C9645E

Tints of Indian Red #C9645E

Color information

#C9645E (or 0xC9645E) is unknown color: approx Indian Red. HEX triplet: C9, 64 and 5E. RGB value is (201,100,94). Sum of RGB (Red+Green+Blue) = 201+100+94=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C9645E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9645E is #369BA1. Grayscale: #818181. Windows color (decimal): -3578786 or 6186185. OLE color: 6186185.

HSL color Cylindrical-coordinate representation of color #C9645E: hue angle of 3.36º 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 #C9645E is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB20110094-
CMYK00.500.530.21
HSL3.36º49.77%57.84%-
HSV(B)3.36º53.23%78.82%-
XYZ30.6622.3413.29-
YUV129.51107.96178.99-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.89%
GREEN value IS 100 (39.45% from 255) = 25.32%
BLUE value IS 94 (37.11% from 255) = 23.80%
R=50.89%
G=25.32%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011009400.500.530.213.3649.7757.84
HexC9645E03235153323a
Octal311144136062652536272
Binary110010011100100101111001100101101011010111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9645E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9645E; }

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

 H1.HeaderClassName
 {
   color: #C9645E;
 }
 .AnyTagClassName
 {
   color: #C9645E;
 }
</style>
background-color css

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

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

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

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

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

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