#C1554B

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

Shades of Sunset #C1554B

Tints of Sunset #C1554B

Color information

#C1554B (or 0xC1554B) is unknown color: approx Sunset. HEX triplet: C1, 55 and 4B. RGB value is (193,85,75). Sum of RGB (Red+Green+Blue) = 193+85+75=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C1554B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1554B is #3EAAB4. Grayscale: #747474. Windows color (decimal): -4106933 or 4937153. OLE color: 4937153.

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

Color convert

RGB1938575-
CMYK00.560.610.24
HSL5.08º48.76%52.55%-
HSV(B)5.08º61.14%75.69%-
XYZ26.5118.348.8-
YUV116.15104.78182.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.67%
GREEN value IS 85 (33.59% from 255) = 24.08%
BLUE value IS 75 (29.69% from 255) = 21.25%
R=54.67%
G=24.08%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193857500.560.610.245.0848.7652.55
HexC1554B0383D1853135
Octal301125113070753056165
Binary1100000110101011001011011100011110111000101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1554B; }

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

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

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

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

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

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

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

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