Html Css Color HEX #C14743 Chestnut

📋 copy color: '#C14743'

red 193 ◦ green 71 ◦ blue 67

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

Shades of Chestnut #C14743

Tints of Chestnut #C14743

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.45%

 BLUE value IS 67 (26.56% from 255) = 20.24%

R = 58.31%
G = 21.45%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C14743 (or 0xC14743) is known color: Chestnut. HEX triplet: C1, 47 and 43. RGB value is (193,71,67). Sum of RGB (Red+Green+Blue) = 193+71+67=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 67 (26.56% from 255 or 20.24% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C14743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14743 is #3EB8BC. Grayscale: #6B6B6B. Windows color (decimal): -4110525 or 4409281. OLE color: 4409281.

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

Color convert

RGB 193 71 67 -
CMYK 0 0.63 0.65 0.24
HSL 1.9º 0.5% 0.51% -
HSV(B) 1.9º 0.65% 0.76% -
XYZ 25.26 16.25 7.12 -
YUV 107.02 105.42 189.33 -
System Red Green Blue C M Y K H S L
Decimal 193 71 67 0 0.63 0.65 0.24 1.9 0.5 0.51
Hex C1 47 43 0 3F 41 18 2 32 33
Octal 301 107 103 0 77 101 30 2 62 63
Binary 11000001 1000111 1000011 0 111111 1000001 11000 10 110010 110011

Color Harmonies of #C14743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14743

Black with #C14743

Text Example


Text Example

White with #C14743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14743; }

 p { color: rgb(193,71,67); }

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

background-color css

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

 a { background-color: rgb(193,71,67); }

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

border-color css

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

 span { border-color: rgb(193,71,67); }

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