#C5695E

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

Shades of Sunglo #C5695E

Tints of Sunglo #C5695E

Color information

#C5695E (or 0xC5695E) is unknown color: approx Sunglo. HEX triplet: C5, 69 and 5E. RGB value is (197,105,94). Sum of RGB (Red+Green+Blue) = 197+105+94=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C5695E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5695E is #3A96A1. Grayscale: #838383. Windows color (decimal): -3839650 or 6187461. OLE color: 6187461.

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

Color convert

RGB19710594-
CMYK00.470.520.23
HSL6.41º47.03%57.06%-
HSV(B)6.41º52.28%77.25%-
XYZ30.122.7813.4-
YUV131.25106.98174.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.75%
GREEN value IS 105 (41.41% from 255) = 26.52%
BLUE value IS 94 (37.11% from 255) = 23.74%
R=49.75%
G=26.52%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971059400.470.520.236.4147.0357.06
HexC5695E02F341762f39
Octal305151136057642765771
Binary1100010111010011011110010111111010010111110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5695E; }

 p { color: rgb(197,105,94); }

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

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

 a { background-color: rgb(197,105,94); }

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

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

 span { border-color: rgb(197,105,94); }

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