Html Css Color HEX #C14846 Sunset

📋 copy color: '#C14846'

red 193 ◦ green 72 ◦ blue 70

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

Shades of Sunset #C14846

Tints of Sunset #C14846

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.49%

 BLUE value IS 70 (27.73% from 255) = 20.9%

R = 57.61%
G = 21.49%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C14846 (or 0xC14846) is known color: Sunset. HEX triplet: C1, 48 and 46. RGB value is (193,72,70). Sum of RGB (Red+Green+Blue) = 193+72+70=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C14846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14846 is #3EB7B9. Grayscale: #6C6C6C. Windows color (decimal): -4110266 or 4606145. OLE color: 4606145.

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

Color convert

RGB 193 72 70 -
CMYK 0 0.63 0.64 0.24
HSL 0.98º 0.5% 0.52% -
HSV(B) 0.98º 0.64% 0.76% -
XYZ 25.42 16.41 7.62 -
YUV 107.95 106.59 188.66 -
System Red Green Blue C M Y K H S L
Decimal 193 72 70 0 0.63 0.64 0.24 0.98 0.5 0.52
Hex C1 48 46 0 3F 40 18 1 32 34
Octal 301 110 106 0 77 100 30 1 62 64
Binary 11000001 1001000 1000110 0 111111 1000000 11000 1 110010 110100

Color Harmonies of #C14846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14846

Black with #C14846

Text Example


Text Example

White with #C14846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14846; }

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

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

background-color css

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

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

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

border-color css

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

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

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