#C14B4A

Color #C14B4A Sunset (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunset #C14B4A

Tints of Sunset #C14B4A

Color information

#C14B4A (or 0xC14B4A) is unknown color: approx Sunset. HEX triplet: C1, 4B and 4A. RGB value is (193,75,74). Sum of RGB (Red+Green+Blue) = 193+75+74=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C14B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14B4A is #3EB4B5. Grayscale: #6E6E6E. Windows color (decimal): -4109494 or 4869057. OLE color: 4869057.

HSL color Cylindrical-coordinate representation of color #C14B4A: hue angle of 0.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 #C14B4A is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB1937574-
CMYK00.610.620.24
HSL0.5º48.97%52.35%-
HSV(B)0.5º61.66%75.69%-
XYZ25.7416.868.38-
YUV110.17107.59187.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.43%
GREEN value IS 75 (29.69% from 255) = 21.93%
BLUE value IS 74 (29.30% from 255) = 21.64%
R=56.43%
G=21.93%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193757400.610.620.240.548.9752.35
HexC14B4A03D3E1813134
Octal301113112075763016164
Binary11000001100101110010100111101111110110001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14B4A; }

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

 H1.HeaderClassName
 {
   color: #C14B4A;
 }
 .AnyTagClassName
 {
   color: #C14B4A;
 }
</style>
background-color css

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

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

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

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

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

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