Html Css Color HEX #C14645 Chestnut

📋 copy color: '#C14645'

red 193 ◦ green 70 ◦ blue 69

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

Shades of Chestnut #C14645

Tints of Chestnut #C14645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.78%

R = 58.13%
G = 21.08%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C14645 (or 0xC14645) is known color: Chestnut. HEX triplet: C1, 46 and 45. RGB value is (193,70,69). Sum of RGB (Red+Green+Blue) = 193+70+69=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C14645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14645 is #3EB9BA. Grayscale: #6A6A6A. Windows color (decimal): -4110779 or 4540097. OLE color: 4540097.

HSL color Cylindrical-coordinate representation of color #C14645: 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.64%. Process color model (Four color, CMYK) of #C14645 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 70 69 -
CMYK 0 0.64 0.64 0.24
HSL 0.48º 0.5% 0.51% -
HSV(B) 0.48º 0.64% 0.76% -
XYZ 25.26 16.15 7.42 -
YUV 106.66 106.75 189.58 -
System Red Green Blue C M Y K H S L
Decimal 193 70 69 0 0.64 0.64 0.24 0.48 0.5 0.51
Hex C1 46 45 0 40 40 18 0 32 33
Octal 301 106 105 0 100 100 30 0 62 63
Binary 11000001 1000110 1000101 0 1000000 1000000 11000 0 110010 110011

Color Harmonies of #C14645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14645

Black with #C14645

Text Example


Text Example

White with #C14645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14645; }

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

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

background-color css

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

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

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

border-color css

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

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

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