Html Css Color HEX #C1463F Chestnut

📋 copy color: '#C1463F'

red 193 ◦ green 70 ◦ blue 63

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

Shades of Chestnut #C1463F

Tints of Chestnut #C1463F

RGB

 RED value IS 193 (75.78% from 255) = 59.2%

 GREEN value IS 70 (27.73% from 255) = 21.47%

 BLUE value IS 63 (25% from 255) = 19.33%

R = 59.2%
G = 21.47%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C1463F (or 0xC1463F) is known color: Chestnut. HEX triplet: C1, 46 and 3F. RGB value is (193,70,63). Sum of RGB (Red+Green+Blue) = 193+70+63=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C1463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1463F is #3EB9C0. Grayscale: #6A6A6A. Windows color (decimal): -4110785 or 4146881. OLE color: 4146881.

HSL color Cylindrical-coordinate representation of color #C1463F: hue angle of 3.23º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C1463F is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 70 63 -
CMYK 0 0.64 0.67 0.24
HSL 3.23º 0.51% 0.5% -
HSV(B) 3.23º 0.67% 0.76% -
XYZ 25.08 16.08 6.48 -
YUV 105.98 103.75 190.07 -
System Red Green Blue C M Y K H S L
Decimal 193 70 63 0 0.64 0.67 0.24 3.23 0.51 0.5
Hex C1 46 3F 0 40 43 18 3 33 32
Octal 301 106 77 0 100 103 30 3 63 62
Binary 11000001 1000110 111111 0 1000000 1000011 11000 11 110011 110010

Color Harmonies of #C1463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1463F

Black with #C1463F

Text Example


Text Example

White with #C1463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1463F; }

 p { color: rgb(193,70,63); }

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

background-color css

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

 a { background-color: rgb(193,70,63); }

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

border-color css

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

 span { border-color: rgb(193,70,63); }

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