Html Css Color HEX #C14D4C Sunset

📋 copy color: '#C14D4C'

red 193 ◦ green 77 ◦ blue 76

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

Shades of Sunset #C14D4C

Tints of Sunset #C14D4C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.25%

 BLUE value IS 76 (30.08% from 255) = 21.97%

R = 55.78%
G = 22.25%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C14D4C (or 0xC14D4C) is known color: Sunset. HEX triplet: C1, 4D and 4C. RGB value is (193,77,76). Sum of RGB (Red+Green+Blue) = 193+77+76=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C14D4C is #3EB2B3. Grayscale: #6F6F6F. Windows color (decimal): -4108980 or 5000641. OLE color: 5000641.

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

Color convert

RGB 193 77 76 -
CMYK 0 0.60 0.61 0.24
HSL 0.51º 0.49% 0.53% -
HSV(B) 0.51º 0.61% 0.76% -
XYZ 25.95 17.17 8.78 -
YUV 111.57 107.93 186.08 -
System Red Green Blue C M Y K H S L
Decimal 193 77 76 0 0.60 0.61 0.24 0.51 0.49 0.53
Hex C1 4D 4C 0 3C 3D 18 1 31 35
Octal 301 115 114 0 74 75 30 1 61 65
Binary 11000001 1001101 1001100 0 111100 111101 11000 1 110001 110101

Color Harmonies of #C14D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14D4C

Black with #C14D4C

Text Example


Text Example

White with #C14D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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