#C8554B

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

Shades of Sunset #C8554B

Tints of Sunset #C8554B

Color information

#C8554B (or 0xC8554B) is unknown color: approx Sunset. HEX triplet: C8, 55 and 4B. RGB value is (200,85,75). Sum of RGB (Red+Green+Blue) = 200+85+75=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C8554B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8554B is #37AAB4. Grayscale: #767676. Windows color (decimal): -3648181 or 4937160. OLE color: 4937160.

HSL color Cylindrical-coordinate representation of color #C8554B: hue angle of 4.8º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8554B is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB2008575-
CMYK00.580.620.22
HSL4.8º53.19%53.92%-
HSV(B)4.8º62.5%78.43%-
XYZ28.3419.288.89-
YUV118.24103.6186.31-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.56%
GREEN value IS 85 (33.59% from 255) = 23.61%
BLUE value IS 75 (29.69% from 255) = 20.83%
R=55.56%
G=23.61%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200857500.580.620.224.853.1953.92
HexC8554B03A3E1653536
Octal310125113072762656566
Binary1100100010101011001011011101011111010110101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8554B; }

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

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

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

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

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

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

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

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