#C9514B

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

Shades of Sunset #C9514B

Tints of Sunset #C9514B

Color information

#C9514B (or 0xC9514B) is unknown color: approx Sunset. HEX triplet: C9, 51 and 4B. RGB value is (201,81,75). Sum of RGB (Red+Green+Blue) = 201+81+75=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C9514B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9514B is #36AEB4. Grayscale: #747474. Windows color (decimal): -3583669 or 4936137. OLE color: 4936137.

HSL color Cylindrical-coordinate representation of color #C9514B: hue angle of 2.86º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C9514B is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB2018175-
CMYK00.600.630.21
HSL2.86º53.85%54.12%-
HSV(B)2.86º62.69%78.82%-
XYZ28.318.818.8-
YUV116.2104.76188.49-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.30%
GREEN value IS 81 (32.03% from 255) = 22.69%
BLUE value IS 75 (29.69% from 255) = 21.01%
R=56.30%
G=22.69%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201817500.600.630.212.8653.8554.12
HexC9514B03C3F1533636
Octal311121113074772536666
Binary110010011010001100101101111001111111010111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9514B; }

 p { color: rgb(201,81,75); }

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

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

 a { background-color: rgb(201,81,75); }

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

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

 span { border-color: rgb(201,81,75); }

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