Html Css Color HEX #C14A47 Sunset

📋 copy color: '#C14A47'

red 193 ◦ green 74 ◦ blue 71

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

Shades of Sunset #C14A47

Tints of Sunset #C14A47

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.89%

 BLUE value IS 71 (28.13% from 255) = 21.01%

R = 57.1%
G = 21.89%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C14A47 (or 0xC14A47) is known color: Sunset. HEX triplet: C1, 4A and 47. RGB value is (193,74,71). Sum of RGB (Red+Green+Blue) = 193+74+71=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C14A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14A47 is #3EB5B8. Grayscale: #6D6D6D. Windows color (decimal): -4109753 or 4672193. OLE color: 4672193.

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

Color convert

RGB 193 74 71 -
CMYK 0 0.62 0.63 0.24
HSL 1.48º 0.5% 0.52% -
HSV(B) 1.48º 0.63% 0.76% -
XYZ 25.58 16.69 7.83 -
YUV 109.24 106.42 187.74 -
System Red Green Blue C M Y K H S L
Decimal 193 74 71 0 0.62 0.63 0.24 1.48 0.5 0.52
Hex C1 4A 47 0 3E 3F 18 1 32 34
Octal 301 112 107 0 76 77 30 1 62 64
Binary 11000001 1001010 1000111 0 111110 111111 11000 1 110010 110100

Color Harmonies of #C14A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14A47

Black with #C14A47

Text Example


Text Example

White with #C14A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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