Html Css Color HEX #C14941 Chestnut

📋 copy color: '#C14941'

red 193 ◦ green 73 ◦ blue 65

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

Shades of Chestnut #C14941

Tints of Chestnut #C14941

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.05%

 BLUE value IS 65 (25.78% from 255) = 19.64%

R = 58.31%
G = 22.05%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C14941 (or 0xC14941) is known color: Chestnut. HEX triplet: C1, 49 and 41. RGB value is (193,73,65). Sum of RGB (Red+Green+Blue) = 193+73+65=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C14941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14941 is #3EB6BE. Grayscale: #6C6C6C. Windows color (decimal): -4110015 or 4278721. OLE color: 4278721.

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

Color convert

RGB 193 73 65 -
CMYK 0 0.62 0.66 0.24
HSL 3.75º 0.51% 0.51% -
HSV(B) 3.75º 0.66% 0.76% -
XYZ 25.33 16.48 6.85 -
YUV 107.97 103.76 188.65 -
System Red Green Blue C M Y K H S L
Decimal 193 73 65 0 0.62 0.66 0.24 3.75 0.51 0.51
Hex C1 49 41 0 3E 42 18 4 33 33
Octal 301 111 101 0 76 102 30 4 63 63
Binary 11000001 1001001 1000001 0 111110 1000010 11000 100 110011 110011

Color Harmonies of #C14941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14941

Black with #C14941

Text Example


Text Example

White with #C14941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14941; }

 p { color: rgb(193,73,65); }

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

background-color css

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

 a { background-color: rgb(193,73,65); }

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

border-color css

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

 span { border-color: rgb(193,73,65); }

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