#C2504B

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

Shades of Sunset #C2504B

Tints of Sunset #C2504B

Color information

#C2504B (or 0xC2504B) is unknown color: approx Sunset. HEX triplet: C2, 50 and 4B. RGB value is (194,80,75). Sum of RGB (Red+Green+Blue) = 194+80+75=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C2504B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2504B is #3DAFB4. Grayscale: #717171. Windows color (decimal): -4042677 or 4935874. OLE color: 4935874.

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

Color convert

RGB1948075-
CMYK00.590.610.24
HSL2.52º49.38%52.75%-
HSV(B)2.52º61.34%76.08%-
XYZ26.3917.718.69-
YUV113.52106.27185.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.59%
GREEN value IS 80 (31.64% from 255) = 22.92%
BLUE value IS 75 (29.69% from 255) = 21.49%
R=55.59%
G=22.92%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194807500.590.610.242.5249.3852.75
HexC2504B03B3D1833135
Octal302120113073753036165
Binary110000101010000100101101110111111011100011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2504B; }

 p { color: rgb(194,80,75); }

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

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

 a { background-color: rgb(194,80,75); }

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

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

 span { border-color: rgb(194,80,75); }

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