Html Css Color HEX #C14C49 Sunset

📋 copy color: '#C14C49'

red 193 ◦ green 76 ◦ blue 73

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

Shades of Sunset #C14C49

Tints of Sunset #C14C49

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.22%

 BLUE value IS 73 (28.91% from 255) = 21.35%

R = 56.43%
G = 22.22%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C14C49 (or 0xC14C49) is known color: Sunset. HEX triplet: C1, 4C and 49. RGB value is (193,76,73). Sum of RGB (Red+Green+Blue) = 193+76+73=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14C49 is #3EB3B6. Grayscale: #6E6E6E. Windows color (decimal): -4109239 or 4803777. OLE color: 4803777.

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

Color convert

RGB 193 76 73 -
CMYK 0 0.61 0.62 0.24
HSL 1.5º 0.49% 0.52% -
HSV(B) 1.5º 0.62% 0.76% -
XYZ 25.78 16.99 8.22 -
YUV 110.64 106.76 186.74 -
System Red Green Blue C M Y K H S L
Decimal 193 76 73 0 0.61 0.62 0.24 1.5 0.49 0.52
Hex C1 4C 49 0 3D 3E 18 2 31 34
Octal 301 114 111 0 75 76 30 2 61 64
Binary 11000001 1001100 1001001 0 111101 111110 11000 10 110001 110100

Color Harmonies of #C14C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14C49

Black with #C14C49

Text Example


Text Example

White with #C14C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14C49; }

 p { color: rgb(193,76,73); }

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

background-color css

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

 a { background-color: rgb(193,76,73); }

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

border-color css

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

 span { border-color: rgb(193,76,73); }

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