Html Css Color HEX #C9645F Indian Red

📋 copy color: '#C9645F'

red 201 ◦ green 100 ◦ blue 95

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

Shades of Indian Red #C9645F

Tints of Indian Red #C9645F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.25%

 BLUE value IS 95 (37.5% from 255) = 23.99%

R = 50.76%
G = 25.25%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9645F (or 0xC9645F) is known color: Indian Red. HEX triplet: C9, 64 and 5F. RGB value is (201,100,95). Sum of RGB (Red+Green+Blue) = 201+100+95=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C9645F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9645F is #369BA0. Grayscale: #818181. Windows color (decimal): -3578785 or 6251721. OLE color: 6251721.

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

Color convert

RGB 201 100 95 -
CMYK 0 0.50 0.53 0.21
HSL 2.83º 0.5% 0.58% -
HSV(B) 2.83º 0.53% 0.79% -
XYZ 30.71 22.36 13.52 -
YUV 129.63 108.46 178.91 -
System Red Green Blue C M Y K H S L
Decimal 201 100 95 0 0.50 0.53 0.21 2.83 0.5 0.58
Hex C9 64 5F 0 32 35 15 3 32 3A
Octal 311 144 137 0 62 65 25 3 62 72
Binary 11001001 1100100 1011111 0 110010 110101 10101 11 110010 111010

Color Harmonies of #C9645F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9645F

Black with #C9645F

Text Example


Text Example

White with #C9645F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9645F; }

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

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

background-color css

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

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

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

border-color css

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

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

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