Html Css Color HEX #C14541 Chestnut

📋 copy color: '#C14541'

red 193 ◦ green 69 ◦ blue 65

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

Shades of Chestnut #C14541

Tints of Chestnut #C14541

RGB

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

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

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

R = 59.02%
G = 21.1%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C14541 (or 0xC14541) is known color: Chestnut. HEX triplet: C1, 45 and 41. RGB value is (193,69,65). Sum of RGB (Red+Green+Blue) = 193+69+65=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C14541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14541 is #3EBABE. Grayscale: #696969. Windows color (decimal): -4111039 or 4277697. OLE color: 4277697.

HSL color Cylindrical-coordinate representation of color #C14541: hue angle of 1.88º 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 #C14541 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 69 65 -
CMYK 0 0.64 0.66 0.24
HSL 1.88º 0.51% 0.51% -
HSV(B) 1.88º 0.66% 0.76% -
XYZ 25.07 15.98 6.76 -
YUV 105.62 105.08 190.33 -
System Red Green Blue C M Y K H S L
Decimal 193 69 65 0 0.64 0.66 0.24 1.88 0.51 0.51
Hex C1 45 41 0 40 42 18 2 33 33
Octal 301 105 101 0 100 102 30 2 63 63
Binary 11000001 1000101 1000001 0 1000000 1000010 11000 10 110011 110011

Color Harmonies of #C14541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14541

Black with #C14541

Text Example


Text Example

White with #C14541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14541; }

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

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

background-color css

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

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

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

border-color css

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

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

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