#C5695C

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

Shades of Sunglo #C5695C

Tints of Sunglo #C5695C

Color information

#C5695C (or 0xC5695C) is unknown color: approx Sunglo. HEX triplet: C5, 69 and 5C. RGB value is (197,105,92). Sum of RGB (Red+Green+Blue) = 197+105+92=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C5695C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5695C is #3A96A3. Grayscale: #838383. Windows color (decimal): -3839652 or 6056389. OLE color: 6056389.

HSL color Cylindrical-coordinate representation of color #C5695C: hue angle of 7.43º 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 #C5695C is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB19710592-
CMYK00.470.530.23
HSL7.43º47.51%56.67%-
HSV(B)7.43º53.3%77.25%-
XYZ30.0122.7512.93-
YUV131.03105.98175.06-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50%
GREEN value IS 105 (41.41% from 255) = 26.65%
BLUE value IS 92 (36.33% from 255) = 23.35%
R=50%
G=26.65%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971059200.470.530.237.4347.5156.67
HexC5695C02F351773039
Octal305151134057652776071
Binary1100010111010011011100010111111010110111111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5695C; }

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

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

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

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

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

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

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

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