#C0574B

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

Shades of Sunset #C0574B

Tints of Sunset #C0574B

Color information

#C0574B (or 0xC0574B) is unknown color: approx Sunset. HEX triplet: C0, 57 and 4B. RGB value is (192,87,75). Sum of RGB (Red+Green+Blue) = 192+87+75=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0574B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0574B is #3FA8B4. Grayscale: #757575. Windows color (decimal): -4171957 or 4937664. OLE color: 4937664.

HSL color Cylindrical-coordinate representation of color #C0574B: hue angle of 6.15º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0574B is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB1928775-
CMYK00.550.610.25
HSL6.15º48.15%52.35%-
HSV(B)6.15º60.94%75.29%-
XYZ26.4218.538.84-
YUV117.03104.29181.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.24%
GREEN value IS 87 (34.38% from 255) = 24.58%
BLUE value IS 75 (29.69% from 255) = 21.19%
R=54.24%
G=24.58%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192877500.550.610.256.1548.1552.35
HexC0574B0373D1963034
Octal300127113067753166064
Binary1100000010101111001011011011111110111001110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0574B; }

 p { color: rgb(192,87,75); }

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

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

 a { background-color: rgb(192,87,75); }

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

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

 span { border-color: rgb(192,87,75); }

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