#C9554B

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

Shades of Sunset #C9554B

Tints of Sunset #C9554B

Color information

#C9554B (or 0xC9554B) is unknown color: approx Sunset. HEX triplet: C9, 55 and 4B. RGB value is (201,85,75). Sum of RGB (Red+Green+Blue) = 201+85+75=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C9554B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9554B is #36AAB4. Grayscale: #767676. Windows color (decimal): -3582645 or 4937161. OLE color: 4937161.

HSL color Cylindrical-coordinate representation of color #C9554B: hue angle of 4.76º 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 #C9554B is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB2018575-
CMYK00.580.630.21
HSL4.76º53.85%54.12%-
HSV(B)4.76º62.69%78.82%-
XYZ28.6119.428.9-
YUV118.54103.43186.81-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 55.68%
GREEN value IS 85 (33.59% from 255) = 23.55%
BLUE value IS 75 (29.69% from 255) = 20.78%
R=55.68%
G=23.55%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201857500.580.630.214.7653.8554.12
HexC9554B03A3F1553636
Octal311125113072772556666
Binary1100100110101011001011011101011111110101101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9554B; }

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

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

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

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

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

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

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

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