Html Css Color HEX #C14544 Chestnut

📋 copy color: '#C14544'

red 193 ◦ green 69 ◦ blue 68

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

Shades of Chestnut #C14544

Tints of Chestnut #C14544

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.91%

 BLUE value IS 68 (26.95% from 255) = 20.61%

R = 58.48%
G = 20.91%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C14544 (or 0xC14544) is known color: Chestnut. HEX triplet: C1, 45 and 44. RGB value is (193,69,68). Sum of RGB (Red+Green+Blue) = 193+69+68=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C14544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14544 is #3EBABB. Grayscale: #6A6A6A. Windows color (decimal): -4111036 or 4474305. OLE color: 4474305.

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

Color convert

RGB 193 69 68 -
CMYK 0 0.64 0.65 0.24
HSL 0.48º 0.5% 0.51% -
HSV(B) 0.48º 0.65% 0.76% -
XYZ 25.16 16.01 7.23 -
YUV 105.96 106.58 190.08 -
System Red Green Blue C M Y K H S L
Decimal 193 69 68 0 0.64 0.65 0.24 0.48 0.5 0.51
Hex C1 45 44 0 40 41 18 0 32 33
Octal 301 105 104 0 100 101 30 0 62 63
Binary 11000001 1000101 1000100 0 1000000 1000001 11000 0 110010 110011

Color Harmonies of #C14544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14544

Black with #C14544

Text Example


Text Example

White with #C14544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14544; }

 p { color: rgb(193,69,68); }

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

background-color css

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

 a { background-color: rgb(193,69,68); }

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

border-color css

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

 span { border-color: rgb(193,69,68); }

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