#C2554E

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

Shades of Sunset #C2554E

Tints of Sunset #C2554E

Color information

#C2554E (or 0xC2554E) is unknown color: approx Sunset. HEX triplet: C2, 55 and 4E. RGB value is (194,85,78). Sum of RGB (Red+Green+Blue) = 194+85+78=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C2554E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2554E is #3DAAB1. Grayscale: #747474. Windows color (decimal): -4041394 or 5133762. OLE color: 5133762.

HSL color Cylindrical-coordinate representation of color #C2554E: hue angle of 3.62º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2554E is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB1948578-
CMYK00.560.600.24
HSL3.62º48.74%53.33%-
HSV(B)3.62º59.79%76.08%-
XYZ26.8718.529.37-
YUV116.79106.11183.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.34%
GREEN value IS 85 (33.59% from 255) = 23.81%
BLUE value IS 78 (30.86% from 255) = 21.85%
R=54.34%
G=23.81%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194857800.560.600.243.6248.7453.33
HexC2554E0383C1843135
Octal302125116070743046165
Binary1100001010101011001110011100011110011000100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2554E; }

 p { color: rgb(194,85,78); }

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

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

 a { background-color: rgb(194,85,78); }

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

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

 span { border-color: rgb(194,85,78); }

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