#C3514C

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

Shades of Sunset #C3514C

Tints of Sunset #C3514C

Color information

#C3514C (or 0xC3514C) is unknown color: approx Sunset. HEX triplet: C3, 51 and 4C. RGB value is (195,81,76). Sum of RGB (Red+Green+Blue) = 195+81+76=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C3514C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3514C is #3CAEB3. Grayscale: #727272. Windows color (decimal): -3976884 or 5001667. OLE color: 5001667.

HSL color Cylindrical-coordinate representation of color #C3514C: hue angle of 2.52º degrees, saturation: 0.5, 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 #C3514C is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB1958176-
CMYK00.580.610.24
HSL2.52º49.79%53.14%-
HSV(B)2.52º61.03%76.47%-
XYZ26.7518.018.9-
YUV114.52106.27185.41-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 55.40%
GREEN value IS 81 (32.03% from 255) = 23.01%
BLUE value IS 76 (30.08% from 255) = 21.59%
R=55.40%
G=23.01%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195817600.580.610.242.5249.7953.14
HexC3514C03A3D1833235
Octal303121114072753036265
Binary110000111010001100110001110101111011100011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3514C; }

 p { color: rgb(195,81,76); }

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

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

 a { background-color: rgb(195,81,76); }

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

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

 span { border-color: rgb(195,81,76); }

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