#C56A5C

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

Shades of Sunglo #C56A5C

Tints of Sunglo #C56A5C

Color information

#C56A5C (or 0xC56A5C) is unknown color: approx Sunglo. HEX triplet: C5, 6A and 5C. RGB value is (197,106,92). Sum of RGB (Red+Green+Blue) = 197+106+92=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C56A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56A5C is #3A95A3. Grayscale: #838383. Windows color (decimal): -3839396 or 6056645. OLE color: 6056645.

HSL color Cylindrical-coordinate representation of color #C56A5C: hue angle of 8º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C56A5C is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB19710692-
CMYK00.460.530.23
HSL47.51%56.67%-
HSV(B)53.3%77.25%-
XYZ30.1122.9512.97-
YUV131.61105.65174.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.87%
GREEN value IS 106 (41.80% from 255) = 26.84%
BLUE value IS 92 (36.33% from 255) = 23.29%
R=49.87%
G=26.84%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971069200.460.530.23847.5156.67
HexC56A5C02E351783039
Octal3051521340566527106071
Binary11000101110101010111000101110110101101111000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56A5C; }

 p { color: rgb(197,106,92); }

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

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

 a { background-color: rgb(197,106,92); }

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

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

 span { border-color: rgb(197,106,92); }

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